/* =============================================================
   88gbt.com — 贵宾会品牌站 (暗黑帝王风)
   配色: 玛瑙黑 #0d0d0d / 帝王红 #8b1a1a / 铂金灰 #c0c0c0 / 鎏金 #bf942c
   字体: Oswald (英文) + Noto Sans SC (中文)
   气质: 霸气奢华、暗黑帝王、现代硬朗
   ============================================================= */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;700;900&display=swap');

:root {
  --onyx: #0d0d0d;
  --onyx-light: #1a1a1a;
  --onyx-mid: #262626;
  --crimson: #8b1a1a;
  --crimson-dark: #5c1010;
  --crimson-light: #b32424;
  --platinum: #c0c0c0;
  --platinum-light: #e0e0e0;
  --gold: #bf942c;
  --gold-light: #d4ad3d;
  --gold-dark: #9e7a1e;
  --cream: #f5f0e0;
  --text: #1a1a1a;
  --text-light: #888;
  --white: #fff;
  --font-en: 'Oswald', 'Arial Narrow', sans-serif;
  --font-cn: 'Noto Sans SC', 'Microsoft YaHei', sans-serif;
  --shadow: 0 4px 20px rgba(0,0,0,0.3);
  --shadow-lg: 0 12px 40px rgba(0,0,0,0.4);
  --radius: 4px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: var(--font-cn);
  color: var(--text);
  background: var(--cream);
  line-height: 1.7;
  font-size: 15px;
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; }

h1, h2, h3, h4 { font-weight: 700; line-height: 1.2; }
.en { font-family: var(--font-en); text-transform: uppercase; letter-spacing: 2px; }

/* ── Buttons ── */
.btn {
  display: inline-block;
  padding: 14px 40px;
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--onyx);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 25px rgba(191,148,44,0.35); }

.btn-crimson {
  background: linear-gradient(135deg, var(--crimson), var(--crimson-dark));
  color: var(--white);
}
.btn-crimson:hover { transform: translateY(-2px); box-shadow: 0 6px 25px rgba(139,26,26,0.4); }

.btn-border {
  background: transparent;
  color: var(--gold);
  border: 2px solid var(--gold);
}
.btn-border:hover { background: var(--gold); color: var(--onyx); transform: translateY(-2px); }

/* ── Section ── */
.section {
  padding: 90px 0;
}
.section-dark {
  background: var(--onyx);
  color: var(--white);
}
.section-title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 10px;
  font-family: var(--font-en);
  text-transform: uppercase;
  letter-spacing: 4px;
}
.section-title .g { color: var(--gold); }
.section-title .c { color: var(--crimson); }
.section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background: var(--gold);
  margin: 16px auto 0;
}
.section-subtitle {
  text-align: center;
  color: var(--text-light);
  font-size: 13px;
  letter-spacing: 4px;
  margin-bottom: 50px;
  font-family: var(--font-en);
  text-transform: uppercase;
}
.section-dark .section-subtitle { color: rgba(255,255,255,0.35); }

/* ── Navigation ── */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(13,13,13,0.96);
  border-bottom: 1px solid rgba(191,148,44,0.15);
  transition: all 0.3s;
}
.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
.navbar-brand { display: flex; align-items: center; gap: 12px; }
.logo-icon {
  width: 36px; height: 36px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--onyx);
  font-family: var(--font-en);
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.logo-text {
  font-size: 22px;
  font-weight: 700;
  font-family: var(--font-en);
  color: var(--white);
  letter-spacing: 3px;
}
.logo-accent { color: var(--gold); }

.navbar-links { display: flex; list-style: none; gap: 2px; }
.navbar-links a {
  color: rgba(255,255,255,0.55);
  padding: 8px 18px;
  font-size: 13px;
  font-family: var(--font-en);
  letter-spacing: 2px;
  transition: all 0.3s;
  text-transform: uppercase;
}
.navbar-links a:hover, .navbar-links a.active { color: var(--gold); }
.navbar-links .btn-nav {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--onyx);
  padding: 10px 24px;
  font-weight: 600;
}
.navbar-links .btn-nav:hover { opacity: 0.9; color: var(--onyx); }

.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 5px; }
.hamburger span { display: block; width: 26px; height: 2px; background: var(--platinum); transition: all 0.3s; }

.nav-overlay {
  display: none;
  position: fixed; top: 70px; left: 0; width: 100%; height: calc(100vh - 70px);
  background: rgba(13,13,13,0.98); z-index: 999;
  flex-direction: column; align-items: center; justify-content: center; gap: 20px;
}
.nav-overlay a { color: rgba(255,255,255,0.7); font-size: 18px; font-family: var(--font-en); letter-spacing: 2px; transition: color 0.3s; }
.nav-overlay a:hover { color: var(--gold); }
.nav-overlay.open { display: flex; }

/* ── Hero ── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--onyx);
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 30% 30%, rgba(139,26,26,0.25) 0%, transparent 50%),
    radial-gradient(ellipse at 70% 70%, rgba(191,148,44,0.1) 0%, transparent 40%);
}
.hero-pattern {
  position: absolute; inset: 0;
  opacity: 0.04;
  background-image: repeating-linear-gradient(45deg, var(--gold) 0px, var(--gold) 1px, transparent 1px, transparent 30px);
}
.hero-shape {
  position: absolute;
  width: 400px; height: 400px;
  border: 1px solid rgba(191,148,44,0.06);
  top: -100px; right: -100px;
  transform: rotate(45deg);
}
.hero-content { position: relative; z-index: 2; text-align: center; max-width: 800px; padding: 0 20px; }
.hero-badge {
  display: inline-block;
  padding: 6px 24px;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: var(--font-en);
  margin-bottom: 28px;
}
.hero h1 {
  font-size: 60px;
  color: var(--white);
  font-family: var(--font-en);
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.hero h1 span { color: var(--gold); }
.hero p {
  color: rgba(255,255,255,0.45);
  font-size: 15px;
  max-width: 550px;
  margin: 0 auto 36px;
  line-height: 1.8;
}
.hero-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.hero-stats {
  display: flex;
  gap: 50px;
  justify-content: center;
  margin-top: 55px;
}
.hero-stat { text-align: center; }
.hero-stat .num {
  font-family: var(--font-en);
  font-size: 38px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.hero-stat .label {
  font-size: 11px;
  color: rgba(255,255,255,0.3);
  letter-spacing: 3px;
  margin-top: 6px;
  font-family: var(--font-en);
  text-transform: uppercase;
}

/* ── Strip ── */
.strip-section {
  background: var(--onyx-light);
  padding: 60px 0;
  border-top: 1px solid rgba(191,148,44,0.1);
  border-bottom: 1px solid rgba(191,148,44,0.1);
}
.strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 850px;
  margin: 0 auto;
}
.strip-item { text-align: center; }
.strip-num {
  font-family: var(--font-en);
  font-size: 42px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.strip-label {
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  letter-spacing: 3px;
  margin-top: 8px;
  font-family: var(--font-en);
  text-transform: uppercase;
}

/* ── Feature Cards ── */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.feature-card {
  background: var(--white);
  padding: 40px 30px;
  box-shadow: var(--shadow);
  transition: all 0.4s;
  position: relative;
  border-left: 3px solid transparent;
}
.feature-card:hover { border-left-color: var(--gold); transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.feature-card .icon { font-size: 34px; margin-bottom: 16px; display: block; }
.feature-card h3 { font-size: 20px; margin-bottom: 10px; font-family: var(--font-en); letter-spacing: 2px; text-transform: uppercase; }
.feature-card h3 .cn { font-family: var(--font-cn); font-size: 13px; letter-spacing: 0; text-transform: none; color: var(--text-light); display: block; margin-top: 4px; font-weight: 400; }
.feature-card p { color: var(--text-light); font-size: 14px; line-height: 1.8; }

.section-dark .feature-card { background: var(--onyx-light); border: 1px solid rgba(191,148,44,0.08); }
.section-dark .feature-card h3 { color: var(--white); }
.section-dark .feature-card p { color: rgba(255,255,255,0.5); }
.section-dark .feature-card:hover { border-left-color: var(--gold); }

.benefits-strip {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}
.benefit-item { text-align: center; padding: 30px 20px; }
.benefit-item .bf-icon { font-size: 36px; margin-bottom: 12px; }
.benefit-item h4 { font-size: 17px; margin-bottom: 6px; font-family: var(--font-en); letter-spacing: 2px; text-transform: uppercase; }
.benefit-item p { font-size: 13px; color: rgba(255,255,255,0.45); }

/* ── CTA ── */
.cta-section {
  padding: 90px 0;
  background: linear-gradient(135deg, var(--crimson-dark), var(--onyx), var(--crimson-dark));
  text-align: center;
  color: var(--white);
}
.cta-section h2 {
  font-size: 40px;
  font-family: var(--font-en);
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.cta-section h2 .g { color: var(--gold); }
.cta-section p { color: rgba(255,255,255,0.45); margin-bottom: 30px; font-size: 14px; letter-spacing: 2px; }

/* ── Interlinks ── */
.interlink-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 16px;
}
.interlink-card {
  background: var(--white);
  padding: 24px 16px;
  text-align: center;
  transition: all 0.3s;
  border: 1px solid rgba(0,0,0,0.04);
}
.interlink-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--gold); }
.interlink-card .il-icon { font-size: 28px; margin-bottom: 8px; }
.interlink-card h4 { font-size: 13px; font-family: var(--font-en); letter-spacing: 1px; text-transform: uppercase; }
.interlink-card p { font-size: 11px; color: var(--text-light); }
.section-dark .interlink-card { background: var(--onyx-light); border-color: rgba(191,148,44,0.06); }
.section-dark .interlink-card h4 { color: var(--white); }
.section-dark .interlink-card:hover { background: var(--onyx-mid); }

/* ── FAQ ── */
.faq-list { max-width: 700px; margin: 0 auto; }
.faq-item {
  background: var(--white);
  margin-bottom: 8px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.04);
  transition: all 0.3s;
}
.faq-item.active { border-color: var(--gold); }
.faq-question {
  padding: 18px 24px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-en);
  letter-spacing: 1px;
  text-transform: uppercase;
}
.faq-item.active .faq-question { color: var(--crimson); }
.faq-question .arrow { transition: transform 0.3s; font-size: 12px; }
.faq-item.active .arrow { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-item.active .faq-answer { max-height: 500px; }
.faq-answer p { padding: 0 24px 18px; color: var(--text-light); font-size: 14px; line-height: 1.9; }

/* ── Footer ── */
.footer {
  background: var(--onyx);
  color: rgba(255,255,255,0.4);
  padding: 60px 0 30px;
  border-top: 1px solid rgba(191,148,44,0.1);
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-brand h3 { font-size: 22px; font-family: var(--font-en); color: var(--white); letter-spacing: 3px; text-transform: uppercase; margin-bottom: 14px; }
.footer-brand p { font-size: 13px; line-height: 1.9; }
.footer h4 { font-size: 13px; color: var(--gold); margin-bottom: 16px; font-family: var(--font-en); letter-spacing: 3px; text-transform: uppercase; }
.footer ul { list-style: none; }
.footer ul li { margin-bottom: 10px; }
.footer ul li a { font-size: 13px; transition: color 0.3s; }
.footer ul li a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 24px; text-align: center; font-size: 12px; }

/* ── Page Hero ── */
.page-hero {
  padding: 140px 0 60px;
  background: linear-gradient(135deg, var(--onyx), var(--crimson-dark));
  color: var(--white);
  text-align: center;
  position: relative;
}
.page-hero::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--crimson), var(--gold));
}
.page-hero h1 { font-size: 44px; font-family: var(--font-en); letter-spacing: 6px; text-transform: uppercase; }
.page-hero h1 span { color: var(--gold); }
.page-hero p { color: rgba(255,255,255,0.45); margin-top: 14px; font-size: 13px; letter-spacing: 3px; }
.page-hero .breadcrumb { margin-top: 14px; font-size: 12px; font-family: var(--font-en); letter-spacing: 2px; }
.page-hero .breadcrumb a { color: rgba(255,255,255,0.35); }
.page-hero .breadcrumb a:hover { color: var(--gold); }
.page-hero .breadcrumb span { color: var(--gold); }
.page-hero-stats { display: flex; gap: 40px; justify-content: center; margin-top: 36px; }
.page-hero-stats .ps-item { text-align: center; }
.page-hero-stats .ps-num { font-family: var(--font-en); font-size: 32px; font-weight: 700; color: var(--gold); }
.page-hero-stats .ps-label { font-size: 11px; color: rgba(255,255,255,0.35); letter-spacing: 2px; margin-top: 4px; text-transform: uppercase; }

/* ── Content Layouts ── */

/* Content Split */
.content-split { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.content-split.reverse { direction: rtl; }
.content-split.reverse > * { direction: ltr; }
.content-split .text h2 { font-size: 34px; margin-bottom: 16px; font-family: var(--font-en); letter-spacing: 3px; text-transform: uppercase; }
.content-split .text h2 .a { color: var(--crimson); }
.content-split .text p { color: var(--text-light); margin-bottom: 16px; line-height: 1.9; font-size: 15px; }
.content-split .visual {
  background: var(--onyx-light);
  padding: 60px 40px;
  text-align: center;
  border: 1px solid rgba(191,148,44,0.1);
}
.content-split .visual .vs-icon { font-size: 72px; margin-bottom: 16px; display: block; }
.content-split .visual h3 { font-family: var(--font-en); letter-spacing: 4px; text-transform: uppercase; color: var(--gold); }
.content-split .visual p { color: rgba(255,255,255,0.4); margin-top: 8px; font-size: 13px; }

/* Timeline */
.timeline { max-width: 680px; margin: 0 auto; position: relative; }
.timeline::before {
  content: ''; position: absolute; left: 20px; top: 0; bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--gold), var(--crimson), var(--gold));
}
.tl-item { padding-left: 60px; margin-bottom: 40px; position: relative; }
.tl-item::before {
  content: ''; position: absolute; left: 11px; top: 6px;
  width: 20px; height: 20px;
  background: var(--gold);
  border: 3px solid var(--cream);
}
.tl-item h3 { font-size: 19px; margin-bottom: 6px; font-family: var(--font-en); letter-spacing: 2px; text-transform: uppercase; }
.tl-item h3 .year { color: var(--crimson); font-weight: 700; margin-right: 10px; }
.tl-item p { color: var(--text-light); font-size: 14px; }
.tl-item ul { margin-top: 8px; }
.tl-item ul li { list-style: none; color: var(--text-light); font-size: 14px; margin-bottom: 4px; padding-left: 18px; position: relative; }
.tl-item ul li::before { content: '▸'; position: absolute; left: 0; color: var(--gold); }

/* Table */
.comp-table { width: 100%; border-collapse: collapse; }
.comp-table th, .comp-table td { padding: 14px 20px; text-align: left; border-bottom: 1px solid rgba(0,0,0,0.04); font-size: 14px; }
.comp-table th { background: var(--onyx); color: var(--gold); font-family: var(--font-en); letter-spacing: 2px; font-weight: 600; text-transform: uppercase; }
.comp-table tr:hover td { background: rgba(191,148,44,0.04); }
.comp-table .tag { display: inline-block; padding: 3px 14px; font-size: 11px; font-weight: 600; }
.comp-table .tag.gold { background: var(--gold); color: var(--onyx); }
.comp-table .tag.red { background: var(--crimson); color: var(--white); }
.comp-table .tag.grey { background: var(--platinum); color: var(--onyx); }

/* Feature List */
.feature-list { max-width: 700px; margin: 0 auto; }
.fl-item { display: flex; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(0,0,0,0.04); }
.fl-item:last-child { border-bottom: none; }
.fl-icon { font-size: 28px; min-width: 44px; text-align: center; }
.fl-text h4 { font-size: 17px; margin-bottom: 4px; font-family: var(--font-en); letter-spacing: 1px; }
.fl-text p { color: var(--text-light); font-size: 14px; }

/* Card Grid */
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px; }
.card-grid .card {
  background: var(--white);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: all 0.4s;
}
.card-grid .card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.card .card-body { padding: 30px; }
.card .card-body h3 { font-size: 18px; margin-bottom: 8px; font-family: var(--font-en); letter-spacing: 2px; text-transform: uppercase; }
.card .card-body p { color: var(--text-light); font-size: 14px; line-height: 1.8; }
.card .card-header { padding: 36px; text-align: center; font-size: 40px; background: var(--onyx-light); }
.section-dark .card-grid .card { background: var(--onyx-light); border: 1px solid rgba(191,148,44,0.06); }
.section-dark .card .card-header { background: var(--onyx-mid); }
.section-dark .card .card-body h3 { color: var(--white); }
.section-dark .card .card-body p { color: rgba(255,255,255,0.5); }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 24px; counter-reset: step; }
.step { text-align: center; padding: 32px 24px; background: var(--white); box-shadow: var(--shadow); position: relative; }
.step::before {
  counter-increment: step;
  content: "0" counter(step);
  position: absolute; top: -8px; left: 24px;
  font-family: var(--font-en);
  font-size: 56px;
  font-weight: 700;
  color: rgba(191,148,44,0.08);
  line-height: 1;
}
.step .s-icon { font-size: 38px; margin-bottom: 14px; }
.step h4 { font-size: 16px; margin-bottom: 8px; font-family: var(--font-en); letter-spacing: 2px; text-transform: uppercase; }
.step p { color: var(--text-light); font-size: 13px; }

/* ── Responsive ── */
@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .content-split { grid-template-columns: 1fr; gap: 30px; }
  .hero-stats { gap: 30px; flex-wrap: wrap; }
  .hero h1 { font-size: 42px; }
  .strip-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}
@media (max-width: 768px) {
  .navbar-links { display: none; }
  .hamburger { display: flex; }
  .hero h1 { font-size: 32px; }
  .hero { min-height: 80vh; }
  .hero-stat .num { font-size: 26px; }
  .section { padding: 60px 0; }
  .section-title { font-size: 28px; }
  .feature-grid { grid-template-columns: 1fr; }
  .page-hero h1 { font-size: 30px; }
  .page-hero { padding: 120px 0 40px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .steps { grid-template-columns: 1fr; }
  .card-grid { grid-template-columns: 1fr; }
  .benefits-strip { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .strip-grid { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 26px; }
  .benefits-strip { grid-template-columns: 1fr; }
  .interlink-grid { grid-template-columns: repeat(2, 1fr); }
}
