﻿/*
 * 结构差异化覆盖层
 * 修改本文件即可换主题，不需要改原页面中的大段内联 CSS。
 */
:root {
  --primary: #8b5cf6 !important;
  --secondary: #f59e0b !important;
  --bg-dark: #11132b !important;
  --bg-darker: #080b18 !important;
  --bg-green: #11132b !important;
  --bg-card: #171a35 !important;
  --bg-card2: #171a35 !important;
  --card-bg: #171a35 !important;
  --card-border: #343967 !important;
  --border: #343967 !important;
  --text-light: #f4f4ff !important;
  --text-muted: #a9aecf !important;
}

body {
  font-family: "Poppins", "Hind Siliguri", sans-serif !important;
  background:
    radial-gradient(circle at 12% 8%, rgba(139, 92, 246, .16), transparent 30%),
    radial-gradient(circle at 88% 24%, rgba(245, 158, 11, .10), transparent 28%),
    var(--bg-darker) !important;
}

.navbar {
  background: rgba(8, 11, 24, .92) !important;
  border-bottom: 0 !important;
  box-shadow: 0 10px 35px rgba(0, 0, 0, .28);
  backdrop-filter: blur(14px);
}

.hero-section {
  background:
    linear-gradient(135deg, rgba(139, 92, 246, .12), transparent 48%),
    linear-gradient(315deg, rgba(245, 158, 11, .08), transparent 42%) !important;
}

.hero-section > .container > .row {
  flex-direction: row-reverse;
}

.hero-section h1 {
  letter-spacing: -.04em;
  line-height: 1.12 !important;
}

.btn-register,
.btn-hero-primary,
.btn-price-solid,
.cta-button {
  border-radius: 14px !important;
  background: linear-gradient(135deg, var(--primary), var(--secondary)) !important;
  box-shadow: 0 12px 28px rgba(139, 92, 246, .25) !important;
}

.btn-hero-outline,
.btn-price-outline {
  border-radius: 14px !important;
}

.advantage-card,
.game-card,
.price-card,
.testimonial-card,
.faq-item,
.feature-card,
.step-card,
.content-card,
.card {
  border-radius: 22px !important;
  border-color: rgba(139, 92, 246, .28) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .20);
}

.advantage-card,
.game-card,
.price-card,
.testimonial-card,
.faq-item,
.feature-card,
.step-card,
.content-card,
.service-card,
.symbol-card,
.platform-card,
.benefit-card,
.info-card,
.card {
  background: var(--card-bg) !important;
  border-color: var(--card-border) !important;
}

.section-divider {
  width: 86px !important;
  height: 5px !important;
  border-radius: 999px !important;
}

/* Shared content panel component: reusable main article block. */
.content-box {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 52px) !important;
  border: 0 !important;
  border-left: 5px solid var(--primary) !important;
  border-radius: 0 28px 28px 0 !important;
  background:
    linear-gradient(110deg, rgba(139, 92, 246, .09), rgba(255, 255, 255, .025)),
    rgba(17, 19, 43, .82) !important;
  box-shadow: 0 24px 58px rgba(0, 0, 0, .22);
}

.content-box h2 {
  margin-bottom: 22px !important;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(139, 92, 246, .18);
  color: var(--text-light) !important;
  font-size: clamp(1.55rem, 2.5vw, 2.35rem) !important;
  font-weight: 800 !important;
  line-height: 1.16 !important;
  letter-spacing: -.04em;
}

.content-box h3 {
  margin-top: 34px !important;
  margin-bottom: 16px !important;
  color: var(--text-light) !important;
  font-weight: 800 !important;
  letter-spacing: -.025em;
}

.content-box h2 > i,
.content-box h3 > i {
  display: none !important;
}

.content-box p,
.content-box li {
  color: #b9c0df !important;
  font-size: clamp(1rem, 1.15vw, 1.08rem);
  line-height: 1.85 !important;
}

.content-box p + p {
  margin-top: 16px;
}

.content-box a {
  color: var(--primary) !important;
  font-weight: 700;
}

.content-box strong {
  color: var(--text-light) !important;
}

.content-box img {
  border-radius: 22px !important;
}

@media (max-width: 767.98px) {
  .content-box {
    border-left-width: 4px !important;
    border-radius: 0 22px 22px 0 !important;
  }
}

/* Shared sidebar component: reusable for policy, game and utility pages. */
.sidebar-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px !important;
  padding: clamp(24px, 3vw, 34px) !important;
  border: 1px solid rgba(139, 92, 246, .30) !important;
  border-radius: 22px 8px 22px 8px !important;
  background:
    linear-gradient(145deg, rgba(139, 92, 246, .08), rgba(245, 158, 11, .035)),
    rgba(17, 19, 43, .92) !important;
  box-shadow: 0 22px 52px rgba(0, 0, 0, .24);
}

.sidebar-card h5 {
  position: relative;
  margin-bottom: 18px !important;
  padding-bottom: 16px !important;
  border-bottom: 1px solid rgba(139, 92, 246, .20) !important;
  color: var(--text-light) !important;
  font-weight: 800 !important;
  letter-spacing: -.02em;
}

.sidebar-card h5 > i {
  display: none !important;
}

.sidebar-card p {
  color: #c7ceea !important;
  line-height: 1.75;
}

.sidebar-card strong {
  color: var(--text-light) !important;
}

.sidebar-links {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.sidebar-links li {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid rgba(139, 92, 246, .10) !important;
}

.sidebar-links li:last-child {
  border-bottom: 0 !important;
}

.sidebar-links a {
  display: flex !important;
  align-items: center;
  gap: 12px;
  padding: 13px 16px !important;
  border-left: 2px solid transparent;
  border-radius: 0 12px 12px 0;
  color: #b9c0df !important;
  line-height: 1.45;
  text-decoration: none !important;
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}

.sidebar-links a:hover,
.sidebar-links a:focus,
.sidebar-links .active > a,
.sidebar-links a.active {
  border-left-color: var(--secondary);
  color: var(--text-light) !important;
  background: rgba(139, 92, 246, .10) !important;
  transform: translateX(5px);
}

.sidebar-links i {
  display: inline-grid !important;
  width: 8px;
  height: 8px;
  place-items: center;
  flex: 0 0 8px;
  color: transparent !important;
  font-size: 0 !important;
  transform: rotate(45deg);
}

.sidebar-links i::before {
  content: "" !important;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
}

.check-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.check-list li {
  position: relative;
  margin: 0 0 12px !important;
  padding-left: 28px !important;
  color: #c7ceea !important;
  line-height: 1.65;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: .72em;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  transform: rotate(45deg);
}

.check-list i {
  display: none !important;
}

@media (min-width: 992px) {
  .content-section .col-lg-4 > .sidebar-card:first-child {
    position: static;
    top: auto;
    z-index: auto;
  }
}

footer,
.footer {
  border-top: 1px solid rgba(139, 92, 246, .25) !important;
}

@media (max-width: 991.98px) {
  .hero-section > .container > .row {
    flex-direction: column;
  }
}

/* 第二层：结构差异化，不再只是换颜色 */
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

body > .navbar { order: 0; }
body > .hero-section { order: 1; }
body > .games-section { order: 2; }
body > .advantages-section { order: 3; }
body > .how-section { order: 4; }
body > section:nth-of-type(3) { order: 5; }
body > .content-section { order: 6; }
body > .pricing-section { order: 7; }
body > section:nth-of-type(8) { order: 8; }
body > .testimonials-section { order: 9; }
body > .faq-section { order: 10; }
body > .cta-section { order: 11; }
body > footer { order: 20; }

.navbar > .container {
  max-width: 1480px;
  gap: 24px;
}

.navbar-brand {
  display: inline-grid !important;
  min-width: 112px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(139, 92, 246, .42);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(139, 92, 246, .20), rgba(245, 158, 11, .12));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04);
}

.navbar-brand img {
  display: none !important;
}

.navbar-brand::before {
  content: "CK777";
  font: 800 1.2rem/1 "Poppins", sans-serif;
  letter-spacing: .10em;
  color: var(--text-light);
}

@media (min-width: 992px) {
  .navbar-nav {
    padding: 7px;
    border: 1px solid rgba(139, 92, 246, .18);
    border-radius: 18px;
    background: rgba(255, 255, 255, .025);
  }

  .navbar .nav-link {
    border-radius: 11px !important;
  }
}

.hero-badge {
  border-radius: 10px !important;
  text-transform: none;
  letter-spacing: .02em;
}

.hero-badge i,
.btn-hero-primary i,
.btn-hero-outline i {
  display: none !important;
}

.hero-badge::before {
  content: "01";
  display: inline-grid;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  place-items: center;
  border-radius: 8px;
  background: var(--primary);
  color: white;
  font: 700 .68rem/1 "Poppins", sans-serif;
}

.hero-img-wrap {
  transform: rotate(-2deg);
  border-radius: 30px 8px 30px 8px !important;
}

.hero-stats {
  padding: 16px 18px;
  border: 1px solid rgba(139, 92, 246, .24);
  border-radius: 18px;
  background: rgba(255, 255, 255, .025);
}

.advantages-section .text-center {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  text-align: center !important;
}

.advantages-section .section-divider {
  margin-right: auto !important;
  margin-left: auto !important;
}

.advantages-section .row.g-4 {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.advantages-section .row.g-4 > [class*="col-"] {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

.advantages-section .adv-card {
  display: grid;
  min-height: 172px;
  height: 100%;
  grid-template-columns: 70px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  column-gap: 20px;
  align-items: start;
  padding: 28px !important;
  text-align: left !important;
  border-radius: 8px 28px 8px 28px !important;
}

.advantages-section .adv-icon {
  display: grid !important;
  width: 64px !important;
  height: 64px !important;
  grid-row: 1 / span 2;
  place-items: center;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 16px 4px 16px 4px !important;
  background: linear-gradient(145deg, var(--primary), var(--secondary)) !important;
}

.advantages-section .adv-icon i {
  display: none !important;
}

.advantages-section .adv-icon::before {
  color: white;
  font: 800 1rem/1 "Poppins", sans-serif;
  letter-spacing: .08em;
}

.advantages-section .row > div:nth-child(1) .adv-icon::before { content: "01"; }
.advantages-section .row > div:nth-child(2) .adv-icon::before { content: "02"; }
.advantages-section .row > div:nth-child(3) .adv-icon::before { content: "03"; }
.advantages-section .row > div:nth-child(4) .adv-icon::before { content: "04"; }
.advantages-section .row > div:nth-child(5) .adv-icon::before { content: "05"; }
.advantages-section .row > div:nth-child(6) .adv-icon::before { content: "06"; }
.advantages-section .row > div:nth-child(7) .adv-icon::before { content: "07"; }
.advantages-section .row > div:nth-child(8) .adv-icon::before { content: "08"; }

.advantages-section .adv-card h5 {
  margin: 2px 0 8px !important;
}

.advantages-section .adv-card p {
  margin: 0 !important;
}

.how-section .row.g-3 {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px !important;
}

.how-section .row.g-3 > [class*="col-"] {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

.how-section .step-arrow {
  display: none !important;
}

.how-section .row.g-3 > .col-md-auto {
  display: none !important;
}

.how-section .step-card {
  position: relative;
  min-height: 230px;
  padding-left: 92px !important;
  text-align: left !important;
}

.how-section .step-number {
  position: absolute;
  top: 28px;
  left: 26px;
  margin: 0 !important;
  border-radius: 14px 4px 14px 4px !important;
}

.testimonials-section .row {
  display: grid !important;
  grid-template-columns: 1.2fr .8fr;
  gap: 22px;
}

.testimonials-section .row > [class*="col-"] {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

.testimonials-section .row > [class*="col-"]:first-child {
  grid-row: span 2;
}

@media (max-width: 767.98px) {
  body > .games-section { order: 3; }
  body > .advantages-section { order: 2; }

  .advantages-section .row.g-4,
  .how-section .row.g-3,
  .testimonials-section .row {
    grid-template-columns: 1fr;
  }

  .advantages-section .adv-card {
    grid-template-columns: 54px minmax(0, 1fr);
    padding: 20px !important;
  }

  .advantages-section .adv-icon {
    width: 50px !important;
    height: 50px !important;
  }

  .how-section .step-card {
    min-height: 0;
    padding-left: 76px !important;
  }
}

/* reliable.html 专属布局：保留信息层级，重做视觉骨架 */
.page-reliable .breadcrumb-wrap {
  order: 1;
  border-bottom: 0 !important;
  background: rgba(255, 255, 255, .02) !important;
}

.page-reliable .page-hero {
  order: 2;
  padding: 72px 0 110px !important;
  background:
    linear-gradient(120deg, rgba(139, 92, 246, .18), transparent 48%),
    linear-gradient(300deg, rgba(245, 158, 11, .10), transparent 44%),
    var(--bg-darker) !important;
}

.page-reliable .page-hero .row {
  display: grid !important;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: clamp(34px, 6vw, 90px);
}

.page-reliable .page-hero [class*="col-lg-"] {
  width: auto !important;
  max-width: none !important;
}

.page-reliable .page-hero h1 {
  max-width: 780px;
  font-size: clamp(2.45rem, 5vw, 5.2rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -.055em;
}

.page-reliable .page-hero h1 span {
  display: block;
  margin: .12em 0;
}

.page-reliable .page-hero .hero-badge i,
.page-reliable .page-hero .btn-primary-green i,
.page-reliable .page-hero .btn-outline-green i {
  display: none !important;
}

.page-reliable .page-hero .hero-badge {
  display: inline-flex !important;
  align-items: center;
  gap: 20px;
  width: auto !important;
  max-width: min(100%, 760px);
  min-height: 58px;
  padding: 8px 22px 8px 10px !important;
  border: 1px solid rgba(245, 158, 11, .36) !important;
  border-radius: 14px !important;
  background: rgba(8, 11, 24, .72) !important;
  color: var(--secondary) !important;
  font-size: clamp(1.05rem, 2vw, 1.55rem) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: -.03em;
  white-space: nowrap;
}

.page-reliable .page-hero .hero-badge::before {
  content: "01";
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  margin-right: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary), #a78bfa);
  color: white;
  font: 800 1rem/1 "Poppins", sans-serif;
  letter-spacing: .02em;
}

.page-reliable .page-hero .img-showcase {
  overflow: hidden;
  min-height: 480px;
  border: 1px solid rgba(139, 92, 246, .35) !important;
  border-radius: 90px 18px 90px 18px !important;
  transform: rotate(2deg);
  box-shadow: 26px 26px 0 rgba(139, 92, 246, .10) !important;
}

.page-reliable .page-hero .img-showcase img {
  min-height: 480px;
  object-fit: cover;
}

.page-reliable .page-hero .badge-row {
  display: grid !important;
  grid-template-columns: repeat(2, max-content);
  gap: 8px !important;
}

.page-reliable .page-hero .trust-badge i {
  display: none !important;
}

.page-reliable .page-hero .trust-badge {
  border-radius: 8px !important;
}

.page-reliable .stat-section {
  z-index: auto;
  order: 3;
  width: 100%;
  margin: 0;
  padding: 58px 0;
  border-top: 1px solid rgba(139, 92, 246, .22);
  border-bottom: 1px solid rgba(245, 158, 11, .14);
  border-radius: 0;
  background: linear-gradient(105deg, #20123b 0%, #17112f 48%, #27172a 100%) !important;
  box-shadow: none;
  backdrop-filter: none;
}

.page-reliable .stat-item {
  border-right: 1px solid rgba(139, 92, 246, .16) !important;
}

.page-reliable .trust-section {
  order: 4;
  padding-top: 30px !important;
}

.page-reliable .trust-section .text-center {
  max-width: 760px;
  margin-left: 0;
  text-align: left !important;
}

.page-reliable .trust-section .section-divider {
  margin-left: 0 !important;
}

.page-reliable .trust-section .row.g-4 {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.page-reliable .trust-section .row.g-4 > [class*="col-"] {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

.page-reliable .trust-card {
  display: grid;
  min-height: 210px;
  grid-template-columns: 78px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  gap: 8px 22px;
  align-items: start;
  padding: 30px !important;
  text-align: left !important;
  border-radius: 6px 34px 6px 34px !important;
}

.page-reliable .trust-icon {
  display: grid !important;
  width: 70px !important;
  height: 70px !important;
  grid-row: 1 / span 2;
  place-items: center;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 18px 5px 18px 5px !important;
  background: linear-gradient(145deg, var(--primary), var(--secondary)) !important;
}

.page-reliable .trust-icon i {
  display: none !important;
}

.page-reliable .trust-icon::before {
  color: white;
  font: 800 1rem/1 "Poppins", sans-serif;
  letter-spacing: .08em;
}

.page-reliable .trust-section .row > div:nth-child(1) .trust-icon::before { content: "A1"; }
.page-reliable .trust-section .row > div:nth-child(2) .trust-icon::before { content: "A2"; }
.page-reliable .trust-section .row > div:nth-child(3) .trust-icon::before { content: "A3"; }
.page-reliable .trust-section .row > div:nth-child(4) .trust-icon::before { content: "A4"; }
.page-reliable .trust-section .row > div:nth-child(5) .trust-icon::before { content: "A5"; }
.page-reliable .trust-section .row > div:nth-child(6) .trust-icon::before { content: "A6"; }

.page-reliable .content-section {
  order: 5;
}

.page-reliable .content-section > .container > .row {
  flex-direction: row-reverse;
}

.page-reliable .content-box {
  padding: clamp(26px, 4vw, 48px) !important;
  border: 0 !important;
  border-left: 5px solid var(--primary) !important;
  border-radius: 0 26px 26px 0 !important;
  background: linear-gradient(110deg, rgba(139, 92, 246, .08), rgba(255, 255, 255, .025)) !important;
}

.page-reliable .content-box h2 {
  font-size: clamp(1.55rem, 2.5vw, 2.3rem) !important;
}

.page-reliable .content-box h2 > i,
.page-reliable .content-box h3 > i,
.page-reliable .sidebar-card h5 > i,
.page-reliable .sidebar-links i,
.page-reliable .check-list i {
  display: none !important;
}

.page-reliable .check-list li {
  position: relative;
  padding-left: 30px !important;
}

.page-reliable .check-list li::before {
  content: "";
  position: absolute;
  top: .72em;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  transform: rotate(45deg);
}

.page-reliable .timeline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.page-reliable .timeline::before {
  display: none !important;
}

.page-reliable .timeline-item {
  margin: 0 !important;
  padding: 20px !important;
  border: 1px solid rgba(139, 92, 246, .20);
  border-radius: 16px;
  background: rgba(255, 255, 255, .025);
}

.page-reliable .timeline-item::before {
  display: none !important;
}

.page-reliable .content-section .col-lg-4 {
  position: relative;
}

.page-reliable .sidebar-card {
  border-radius: 20px 6px 20px 6px !important;
  background: rgba(17, 19, 43, .88) !important;
}

@media (min-width: 992px) {
  .page-reliable .content-section .col-lg-4 > .sidebar-card:first-child {
    position: static;
    top: auto;
    z-index: auto;
  }
}

.page-reliable .sidebar-links a {
  padding-left: 18px !important;
  border-left: 2px solid transparent;
}

.page-reliable .sidebar-links a:hover {
  border-left-color: var(--secondary);
  transform: translateX(5px);
}

.page-reliable > section[style*="linear-gradient"] {
  order: 6;
  width: min(1280px, calc(100% - 40px));
  margin: 30px auto 80px;
  border: 1px solid rgba(139, 92, 246, .24);
  border-radius: 42px 10px 42px 10px;
  background:
    linear-gradient(135deg, rgba(139, 92, 246, .16), rgba(245, 158, 11, .08)),
    var(--bg-dark) !important;
}

.page-reliable footer {
  order: 20;
}

.page-reliable .footer-logo {
  display: none !important;
}

.page-reliable footer .col-lg-4 > a:first-child::before {
  content: "CK777 / TRUST";
  display: inline-block;
  margin-bottom: 18px;
  color: var(--text-light);
  font: 800 1.2rem/1 "Poppins", sans-serif;
  letter-spacing: .10em;
}

@media (max-width: 991.98px) {
  .page-reliable .page-hero .row,
  .page-reliable .trust-section .row.g-4 {
    grid-template-columns: 1fr;
  }

  .page-reliable .page-hero {
    padding-bottom: 86px !important;
  }

  .page-reliable .page-hero .img-showcase,
  .page-reliable .page-hero .img-showcase img {
    min-height: 320px;
  }
}

@media (max-width: 575.98px) {
  .page-reliable .trust-card {
    grid-template-columns: 58px minmax(0, 1fr);
    padding: 22px !important;
  }

  .page-reliable .trust-icon {
    width: 52px !important;
    height: 52px !important;
  }

  .page-reliable .timeline {
    grid-template-columns: 1fr;
  }
}

/* about-us.html 专属布局：参考 VK8 的指南型 About，沿用 CK777 reliable 的紫金杂志风 */
.page-about-ck .breadcrumb-wrap {
  order: 1;
  border-bottom: 0 !important;
  background: rgba(255, 255, 255, .025) !important;
}

.page-about-ck .page-hero {
  order: 2;
  padding: 82px 0 96px !important;
  background:
    radial-gradient(circle at 88% 18%, rgba(245, 158, 11, .16), transparent 26%),
    linear-gradient(128deg, rgba(139, 92, 246, .20), transparent 48%),
    var(--bg-darker) !important;
}

.page-about-ck .page-hero .row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr);
  gap: clamp(34px, 6vw, 86px);
}

.page-about-ck .page-hero [class*="col-lg-"] {
  width: auto !important;
  max-width: none !important;
}

.page-about-ck .hero-eyebrow {
  width: max-content;
  max-width: 100%;
  padding: 9px 14px !important;
  border: 1px solid rgba(245, 158, 11, .28);
  border-radius: 999px;
  background: rgba(245, 158, 11, .08) !important;
  color: var(--secondary) !important;
  letter-spacing: .11em;
}

.page-about-ck .hero-eyebrow .dot,
.page-about-ck .btn-accent i,
.page-about-ck .btn-outline i,
.page-about-ck .btn-gold i,
.page-about-ck .trust-badge i {
  display: none !important;
}

.page-about-ck .hero-eyebrow::before {
  content: "ABOUT / CK777";
  margin-right: 10px;
  color: var(--text-light);
  font-weight: 800;
}

.page-about-ck .page-hero h1 {
  max-width: 820px;
  font-size: clamp(2.5rem, 5.3vw, 5.45rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -.06em;
}

.page-about-ck .page-hero h1 .brand {
  display: inline-block;
  color: var(--secondary) !important;
}

.page-about-ck .page-hero p {
  max-width: 680px;
  color: #c3c8e8 !important;
  font-size: clamp(1rem, 1.35vw, 1.16rem) !important;
}

.page-about-ck .hero-img-wrap {
  min-height: 500px;
  border: 1px solid rgba(139, 92, 246, .35) !important;
  border-radius: 28px 90px 28px 90px !important;
  background: linear-gradient(145deg, rgba(139, 92, 246, .16), rgba(245, 158, 11, .08)) !important;
  box-shadow: -24px 24px 0 rgba(245, 158, 11, .08), 0 30px 70px rgba(0, 0, 0, .30) !important;
  transform: rotate(-1.5deg);
}

.page-about-ck .hero-img-wrap img {
  min-height: 500px;
  object-fit: cover;
  filter: saturate(.9) contrast(1.03);
}

.page-about-ck .badge-row {
  display: grid !important;
  grid-template-columns: repeat(3, max-content);
  gap: 8px !important;
}

.page-about-ck .trust-badge {
  border-radius: 8px !important;
}

.page-about-ck .stat-strip {
  order: 3;
  padding: 0 !important;
  background: transparent !important;
}

.page-about-ck .stat-strip .container {
  width: min(1180px, calc(100% - 40px));
  margin-top: -44px;
  padding: 28px;
  border: 1px solid rgba(139, 92, 246, .24);
  border-radius: 28px 8px 28px 8px;
  background: linear-gradient(105deg, #20123b 0%, #17112f 50%, #25162a 100%) !important;
  box-shadow: 0 22px 55px rgba(0, 0, 0, .26);
}

.page-about-ck .stat-item {
  min-height: 110px;
  border-right: 1px solid rgba(245, 158, 11, .15) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.page-about-ck .stat-number {
  color: var(--secondary) !important;
}

.page-about-ck > section.py-5 {
  order: 4;
  padding-top: 76px !important;
  background: transparent !important;
}

.page-about-ck > section.py-5 > .container > .row {
  flex-direction: row-reverse;
}

.page-about-ck .content-box {
  border-left-color: var(--secondary) !important;
  border-radius: 0 30px 30px 0 !important;
}

.page-about-ck .quote-block {
  border-left: 0 !important;
  border-radius: 26px 6px 26px 6px !important;
  background:
    linear-gradient(135deg, rgba(139, 92, 246, .18), rgba(245, 158, 11, .07)),
    rgba(255, 255, 255, .035) !important;
}

.page-about-ck .img-full {
  overflow: hidden;
  border: 1px solid rgba(139, 92, 246, .22);
  border-radius: 34px 8px 34px 8px !important;
  box-shadow: 0 22px 55px rgba(0, 0, 0, .22);
}

.page-about-ck .feature-card,
.page-about-ck .value-card,
.page-about-ck .team-card {
  border-color: rgba(139, 92, 246, .22) !important;
  border-radius: 6px 26px 6px 26px !important;
  background: rgba(17, 19, 43, .80) !important;
}

.page-about-ck .feature-icon,
.page-about-ck .value-icon,
.page-about-ck .team-avatar {
  border: 0 !important;
  border-radius: 16px 5px 16px 5px !important;
  background: linear-gradient(145deg, var(--primary), var(--secondary)) !important;
  color: white !important;
}

.page-about-ck .feature-icon i,
.page-about-ck .value-icon i {
  display: none !important;
}

.page-about-ck .feature-card .feature-icon::before,
.page-about-ck .value-card .value-icon::before {
  font: 800 .86rem/1 "Poppins", sans-serif;
  letter-spacing: .08em;
}

.page-about-ck .feature-card .feature-icon::before { content: "01"; }
.page-about-ck .feature-card.gold-card .feature-icon::before { content: "02"; }
.page-about-ck .value-card .value-icon::before { content: "A"; }
.page-about-ck .value-card .value-icon.gold::before { content: "B"; }
.page-about-ck .row.g-3 > div:nth-child(1) .feature-card .feature-icon::before { content: "01"; }
.page-about-ck .row.g-3 > div:nth-child(2) .feature-card .feature-icon::before { content: "02"; }
.page-about-ck .row.g-3 > div:nth-child(3) .feature-card .feature-icon::before { content: "03"; }
.page-about-ck .row.g-3 > div:nth-child(4) .feature-card .feature-icon::before { content: "04"; }
.page-about-ck .row.g-3 > div:nth-child(5) .feature-card .feature-icon::before { content: "05"; }
.page-about-ck .row.g-3 > div:nth-child(6) .feature-card .feature-icon::before { content: "06"; }
.page-about-ck .row.g-3 > div:nth-child(1) .value-card .value-icon::before { content: "A"; }
.page-about-ck .row.g-3 > div:nth-child(2) .value-card .value-icon::before { content: "B"; }
.page-about-ck .row.g-3 > div:nth-child(3) .value-card .value-icon::before { content: "C"; }
.page-about-ck .row.g-3 > div:nth-child(4) .value-card .value-icon::before { content: "D"; }
.page-about-ck .row.g-3 > div:nth-child(5) .value-card .value-icon::before { content: "E"; }
.page-about-ck .row.g-3 > div:nth-child(6) .value-card .value-icon::before { content: "F"; }

.page-about-ck .timeline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding-left: 0 !important;
}

.page-about-ck .timeline::before,
.page-about-ck .timeline-dot {
  display: none !important;
}

.page-about-ck .timeline-item {
  margin: 0 !important;
  padding: 20px !important;
  border: 1px solid rgba(139, 92, 246, .20);
  border-radius: 18px;
  background: rgba(255, 255, 255, .025);
}

.page-about-ck .team-card {
  min-height: 100%;
  text-align: left !important;
}

.page-about-ck .team-avatar {
  margin-left: 0 !important;
}

.page-about-ck .check-list li {
  position: relative;
  padding-left: 30px !important;
}

.page-about-ck .check-list li i {
  display: none !important;
}

.page-about-ck .check-list li::before {
  content: "";
  position: absolute;
  top: .72em;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  transform: rotate(45deg);
}

.page-about-ck .sidebar-card {
  border-radius: 22px 6px 22px 6px !important;
  background: rgba(17, 19, 43, .88) !important;
}

.page-about-ck .sidebar-card h5 > i,
.page-about-ck .sidebar-links i {
  display: none !important;
}

.page-about-ck .sidebar-links a {
  padding-left: 18px !important;
  border-left: 2px solid transparent;
}

.page-about-ck .sidebar-links a:hover {
  border-left-color: var(--secondary);
  transform: translateX(5px);
}

@media (min-width: 992px) {
  .page-about-ck > section.py-5 .col-lg-4 > .sidebar-card:first-child {
    position: static;
    top: auto;
    z-index: auto;
  }
}

.page-about-ck .cta-section {
  order: 5;
  width: min(1280px, calc(100% - 40px));
  margin: 24px auto 80px;
  border: 1px solid rgba(139, 92, 246, .24);
  border-radius: 42px 10px 42px 10px;
  background:
    linear-gradient(135deg, rgba(139, 92, 246, .16), rgba(245, 158, 11, .08)),
    var(--bg-dark) !important;
}

.page-about-ck footer {
  order: 20;
}

.page-about-ck .footer-logo {
  display: none !important;
}

.page-about-ck footer .col-lg-4 > a:first-child::before {
  content: "CK777 / ABOUT";
  display: inline-block;
  margin-bottom: 18px;
  color: var(--text-light);
  font: 800 1.2rem/1 "Poppins", sans-serif;
  letter-spacing: .10em;
}

@media (max-width: 991.98px) {
  .page-about-ck .page-hero .row,
  .page-about-ck .timeline {
    grid-template-columns: 1fr;
  }

  .page-about-ck .hero-img-wrap,
  .page-about-ck .hero-img-wrap img {
    min-height: 320px;
  }

  .page-about-ck .badge-row {
    grid-template-columns: repeat(2, max-content);
  }

  .page-about-ck .stat-strip .container {
    margin-top: 0;
    border-radius: 0;
  }
}

@media (max-width: 575.98px) {
  .page-about-ck .page-hero {
    padding: 58px 0 64px !important;
  }

  .page-about-ck .badge-row {
    grid-template-columns: 1fr;
  }

  .page-about-ck .stat-strip .container {
    width: 100%;
    padding: 18px;
  }
}

/* app.html 专属布局：移动端访问指南，不做强下载广告 */
.page-app-ck .breadcrumb-wrap {
  order: 1;
  border-bottom: 0 !important;
  background: rgba(255, 255, 255, .025) !important;
}

.page-app-ck .app-hero {
  order: 2;
  padding: 82px 0 104px !important;
  background:
    radial-gradient(circle at 78% 18%, rgba(245, 158, 11, .15), transparent 28%),
    linear-gradient(130deg, rgba(139, 92, 246, .22), transparent 48%),
    var(--bg-darker) !important;
}

.page-app-ck .app-hero .row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(310px, .82fr);
  gap: clamp(34px, 6vw, 88px);
}

.page-app-ck .app-hero [class*="col-lg-"] {
  width: auto !important;
  max-width: none !important;
}

.page-app-ck .hero-badge {
  width: max-content;
  max-width: 100%;
  padding: 9px 14px !important;
  border: 1px solid rgba(245, 158, 11, .28);
  border-radius: 999px;
  background: rgba(245, 158, 11, .08) !important;
  color: var(--secondary) !important;
  letter-spacing: .11em;
}

.page-app-ck .hero-badge .dot,
.page-app-ck .btn-download i,
.page-app-ck .btn-outline-hero i,
.page-app-ck .btn-platform i,
.page-app-ck .trust-badge i,
.page-app-ck .float-badge i,
.page-app-ck .phone-stat i,
.page-app-ck .feature-icon i,
.page-app-ck .check-list i,
.page-app-ck .sidebar-card h5 > i,
.page-app-ck .sidebar-links i {
  display: none !important;
}

.page-app-ck .hero-badge::before {
  content: "APP / MOBILE";
  margin-right: 10px;
  color: var(--text-light);
  font-weight: 800;
}

.page-app-ck .app-hero h1 {
  max-width: 820px;
  font-size: clamp(2.45rem, 5.1vw, 5.35rem) !important;
  line-height: 1.03 !important;
  letter-spacing: -.06em;
}

.page-app-ck .app-hero h1 .brand {
  color: var(--secondary) !important;
}

.page-app-ck .hero-desc {
  max-width: 700px;
  color: #c3c8e8 !important;
  font-size: clamp(1rem, 1.35vw, 1.16rem) !important;
}

.page-app-ck .btn-download,
.page-app-ck .btn-outline-hero,
.page-app-ck .btn-platform {
  border-radius: 14px !important;
}

.page-app-ck .btn-download,
.page-app-ck .btn-platform {
  background: linear-gradient(135deg, var(--primary), var(--secondary)) !important;
  color: white !important;
}

.page-app-ck .badge-row {
  display: grid !important;
  grid-template-columns: repeat(2, max-content);
  gap: 8px !important;
}

.page-app-ck .trust-badge {
  border-radius: 8px !important;
}

.page-app-ck .phone-mockup {
  min-height: 540px;
  border: 1px solid rgba(139, 92, 246, .30);
  border-radius: 90px 24px 90px 24px;
  background:
    linear-gradient(145deg, rgba(139, 92, 246, .14), rgba(245, 158, 11, .07)),
    rgba(17, 19, 43, .58);
  box-shadow: 24px 24px 0 rgba(139, 92, 246, .08), 0 30px 70px rgba(0, 0, 0, .28);
  transform: rotate(1.4deg);
}

.page-app-ck .phone-outer {
  border-color: rgba(245, 158, 11, .26) !important;
  background: rgba(8, 11, 24, .92) !important;
}

.page-app-ck .phone-screen {
  background:
    linear-gradient(180deg, rgba(139, 92, 246, .20), rgba(245, 158, 11, .08)),
    #11132b !important;
}

.page-app-ck .phone-logo {
  color: var(--secondary) !important;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.page-app-ck .phone-stat {
  border-radius: 14px 4px 14px 4px !important;
  background: rgba(255, 255, 255, .06) !important;
}

.page-app-ck .phone-stat::before,
.page-app-ck .float-badge::before {
  content: "✓";
  margin-right: 8px;
  color: var(--secondary);
  font-weight: 900;
}

.page-app-ck .float-badge {
  border: 1px solid rgba(245, 158, 11, .22) !important;
  border-radius: 12px 4px 12px 4px !important;
  background: rgba(17, 19, 43, .90) !important;
}

.page-app-ck .stats-row {
  order: 3;
  margin: -44px auto 0;
  padding: 0 !important;
  background: transparent !important;
}

.page-app-ck .stats-row .container {
  width: min(1180px, calc(100% - 40px));
  padding: 26px;
  border: 1px solid rgba(139, 92, 246, .24);
  border-radius: 28px 8px 28px 8px;
  background: linear-gradient(105deg, #20123b 0%, #17112f 50%, #25162a 100%) !important;
  box-shadow: 0 22px 55px rgba(0, 0, 0, .26);
}

.page-app-ck .stats-row .stat-item {
  min-height: 102px;
  border-right: 1px solid rgba(245, 158, 11, .15) !important;
  background: transparent !important;
}

.page-app-ck .stats-row .stat-num {
  color: var(--secondary) !important;
}

.page-app-ck > section[style*="padding:60px"] {
  order: 4;
  padding: 84px 0 70px !important;
  background: transparent !important;
}

.page-app-ck .platform-card {
  min-height: 100%;
  border-radius: 8px 34px 8px 34px !important;
  border-color: rgba(139, 92, 246, .24) !important;
  background: rgba(17, 19, 43, .84) !important;
  text-align: left !important;
}

.page-app-ck .platform-card .platform-icon {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 18px 5px 18px 5px;
  background: linear-gradient(145deg, var(--primary), var(--secondary));
  color: white;
  font-size: 0 !important;
}

.page-app-ck .platform-card:nth-child(1) .platform-icon::before,
.page-app-ck .platform-card .platform-icon::before {
  content: "OS";
  font: 800 .95rem/1 "Poppins", sans-serif;
}

.page-app-ck .gold-border .platform-icon::before {
  content: "iOS";
}

.page-app-ck .features-section {
  order: 5;
  padding: 78px 0 !important;
  background: rgba(17, 19, 43, .38) !important;
}

.page-app-ck .features-section .row.g-4 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.page-app-ck .features-section .row.g-4 > [class*="col-"] {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

.page-app-ck .feature-card {
  min-height: 230px;
  border-radius: 6px 28px 6px 28px !important;
  border-color: rgba(139, 92, 246, .22) !important;
  background: rgba(17, 19, 43, .80) !important;
}

.page-app-ck .feature-icon {
  display: grid !important;
  width: 58px !important;
  height: 58px !important;
  place-items: center;
  border: 0 !important;
  border-radius: 16px 5px 16px 5px !important;
  background: linear-gradient(145deg, var(--primary), var(--secondary)) !important;
}

.page-app-ck .feature-icon::before {
  color: white;
  font: 800 .86rem/1 "Poppins", sans-serif;
}

.page-app-ck .features-section .row > div:nth-child(1) .feature-icon::before { content: "M1"; }
.page-app-ck .features-section .row > div:nth-child(2) .feature-icon::before { content: "M2"; }
.page-app-ck .features-section .row > div:nth-child(3) .feature-icon::before { content: "M3"; }
.page-app-ck .features-section .row > div:nth-child(4) .feature-icon::before { content: "M4"; }
.page-app-ck .features-section .row > div:nth-child(5) .feature-icon::before { content: "M5"; }
.page-app-ck .features-section .row > div:nth-child(6) .feature-icon::before { content: "M6"; }

.page-app-ck .steps-section {
  order: 6;
  padding: 78px 0 !important;
  background: transparent !important;
}

.page-app-ck .steps-section .row.g-3 {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.page-app-ck .steps-section .row.g-3 > .step-arrow {
  display: none !important;
}

.page-app-ck .steps-section .row.g-3 > [class*="col-"] {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

.page-app-ck .step-card {
  min-height: 210px;
  border-radius: 26px 6px 26px 6px !important;
  border-color: rgba(245, 158, 11, .20) !important;
  background: rgba(255, 255, 255, .035) !important;
}

.page-app-ck .step-num {
  border-radius: 14px 4px 14px 4px !important;
  background: linear-gradient(145deg, var(--primary), var(--secondary)) !important;
}

.page-app-ck > section[style*="padding:72px"] {
  order: 7;
  background: transparent !important;
}

.page-app-ck > section[style*="padding:72px"] > .container > .row {
  flex-direction: row-reverse;
}

.page-app-ck .content-section {
  border: 0 !important;
  border-left: 5px solid var(--primary) !important;
  border-radius: 0 28px 28px 0 !important;
  background:
    linear-gradient(110deg, rgba(139, 92, 246, .09), rgba(255, 255, 255, .025)),
    rgba(17, 19, 43, .82) !important;
}

.page-app-ck .content-section h2 > i,
.page-app-ck .content-section h3 > i {
  display: none !important;
}

.page-app-ck .sec-num {
  background: linear-gradient(135deg, var(--primary), var(--secondary)) !important;
  color: white !important;
}

.page-app-ck .check-list li {
  position: relative;
  padding-left: 30px !important;
}

.page-app-ck .check-list li::before {
  content: "";
  position: absolute;
  top: .72em;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  transform: rotate(45deg);
}

.page-app-ck .notice-box {
  border-radius: 24px 6px 24px 6px !important;
}

.page-app-ck .sidebar-card {
  border-radius: 22px 6px 22px 6px !important;
  background: rgba(17, 19, 43, .88) !important;
}

.page-app-ck .sidebar-links a {
  padding-left: 18px !important;
  border-left: 2px solid transparent;
}

.page-app-ck .sidebar-links a:hover {
  border-left-color: var(--secondary);
  transform: translateX(5px);
}

.page-app-ck .faq-section {
  order: 8;
  padding: 78px 0 !important;
  background: rgba(17, 19, 43, .32) !important;
}

.page-app-ck .cta-section {
  order: 9;
  width: min(1280px, calc(100% - 40px));
  margin: 24px auto 80px;
  border: 1px solid rgba(139, 92, 246, .24);
  border-radius: 42px 10px 42px 10px;
  background:
    linear-gradient(135deg, rgba(139, 92, 246, .16), rgba(245, 158, 11, .08)),
    var(--bg-dark) !important;
}

.page-app-ck footer {
  order: 20;
}

.page-app-ck .footer-logo {
  display: none !important;
}

.page-app-ck footer .col-lg-4 > a:first-child::before {
  content: "CK777 / APP";
  display: inline-block;
  margin-bottom: 18px;
  color: var(--text-light);
  font: 800 1.2rem/1 "Poppins", sans-serif;
  letter-spacing: .10em;
}

@media (max-width: 991.98px) {
  .page-app-ck .app-hero .row,
  .page-app-ck .features-section .row.g-4,
  .page-app-ck .steps-section .row.g-3 {
    grid-template-columns: 1fr;
  }

  .page-app-ck .phone-mockup {
    min-height: 420px;
  }

  .page-app-ck .stats-row {
    margin-top: 0;
  }

  .page-app-ck .stats-row .container {
    border-radius: 0;
  }
}

@media (max-width: 575.98px) {
  .page-app-ck .app-hero {
    padding: 58px 0 64px !important;
  }

  .page-app-ck .badge-row {
    grid-template-columns: 1fr;
  }

  .page-app-ck .stats-row .container {
    width: 100%;
    padding: 18px;
  }
}

/* games.html 专属布局：游戏库/分类指南，避免大厅式强推广 */
.page-games-ck .breadcrumb-wrap {
  order: 1;
  border-bottom: 0 !important;
  background: rgba(255, 255, 255, .025) !important;
}

.page-games-ck .games-hero {
  order: 2;
  padding: 84px 0 110px !important;
  background:
    radial-gradient(circle at 82% 18%, rgba(245, 158, 11, .16), transparent 28%),
    linear-gradient(130deg, rgba(139, 92, 246, .22), transparent 48%),
    var(--bg-darker) !important;
}

.page-games-ck .games-hero > .container > .row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .84fr);
  gap: clamp(34px, 6vw, 90px);
}

.page-games-ck .games-hero [class*="col-lg-"] {
  width: auto !important;
  max-width: none !important;
}

.page-games-ck .hero-label {
  width: max-content;
  max-width: 100%;
  padding: 9px 14px !important;
  border: 1px solid rgba(245, 158, 11, .28);
  border-radius: 999px;
  background: rgba(245, 158, 11, .08) !important;
  color: var(--secondary) !important;
  letter-spacing: .11em;
}

.page-games-ck .hero-label .dot,
.page-games-ck .btn-hero-primary i,
.page-games-ck .btn-hero-outline i,
.page-games-ck .btn-cta-primary i,
.page-games-ck .btn-cta-outline i,
.page-games-ck .btn-cta-gold i,
.page-games-ck .feature-icon i,
.page-games-ck .sidebar-card h5 > i,
.page-games-ck .sidebar-links i,
.page-games-ck .provider-badge i {
  display: none !important;
}

.page-games-ck .hero-label::before {
  content: "GAMES / GUIDE";
  margin-right: 10px;
  color: var(--text-light);
  font-weight: 800;
}

.page-games-ck .games-hero h1 {
  max-width: 850px;
  font-size: clamp(2.45rem, 5.1vw, 5.35rem) !important;
  line-height: 1.03 !important;
  letter-spacing: -.06em;
}

.page-games-ck .games-hero h1 .brand {
  color: var(--secondary) !important;
}

.page-games-ck .hero-desc {
  max-width: 720px;
  color: #c3c8e8 !important;
  font-size: clamp(1rem, 1.35vw, 1.16rem) !important;
}

.page-games-ck .btn-hero-primary,
.page-games-ck .btn-cta-primary {
  border-radius: 14px !important;
  background: linear-gradient(135deg, var(--primary), var(--secondary)) !important;
  color: white !important;
}

.page-games-ck .btn-hero-outline,
.page-games-ck .btn-cta-outline,
.page-games-ck .btn-cta-gold {
  border-radius: 14px !important;
}

.page-games-ck .hero-stats {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 !important;
  margin-top: 32px;
  padding: 10px 12px !important;
  border: 1px solid rgba(139, 92, 246, .22);
  border-radius: 24px 6px 24px 6px;
  background: rgba(17, 19, 43, .68);
}

.page-games-ck .hero-stat {
  min-height: 90px;
  padding: 16px 12px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center !important;
}

.page-games-ck .hero-stat-divider {
  display: none !important;
}

.page-games-ck .hero-stat .num {
  display: block;
  color: var(--secondary) !important;
  font-size: clamp(1.8rem, 2.8vw, 2.55rem) !important;
  line-height: 1 !important;
  min-height: 1em;
  letter-spacing: -.02em;
}

.page-games-ck .hero-stat .lbl {
  display: block;
  color: #c3c8e8 !important;
  font-size: .8rem !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  min-height: 1.25em;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.page-games-ck .games-hero .col-lg-5 > div {
  border-radius: 32px 8px 32px 8px !important;
  border-color: rgba(139, 92, 246, .24) !important;
  background:
    linear-gradient(145deg, rgba(139, 92, 246, .16), rgba(245, 158, 11, .08)),
    rgba(17, 19, 43, .82) !important;
  box-shadow: 24px 24px 0 rgba(139, 92, 246, .08), 0 30px 70px rgba(0, 0, 0, .28);
}

.page-games-ck .games-hero .col-lg-5 > .row.g-3 {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  align-items: stretch !important;
  margin: 0 !important;
  padding: 24px !important;
}

.page-games-ck .games-hero .col-lg-5 > .row.g-3 > .col-6 {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

.page-games-ck .games-hero .col-lg-5 > .row.g-3 > .col-6 > div {
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-games-ck .category-tabs {
  order: 3;
  position: static !important;
  top: auto !important;
  z-index: auto !important;
  padding: 20px 0 !important;
  background: rgba(17, 19, 43, .72) !important;
  border-top: 1px solid rgba(139, 92, 246, .18);
  border-bottom: 1px solid rgba(245, 158, 11, .12);
}

.page-games-ck .category-tabs .tab-scroll {
  justify-content: center;
  gap: 14px !important;
  padding: 6px 0 !important;
}

.page-games-ck .cat-tab {
  border-radius: 999px !important;
  border-color: rgba(139, 92, 246, .24) !important;
  background: rgba(255, 255, 255, .035) !important;
}

.page-games-ck #featured {
  order: 4;
  padding: 78px 0 !important;
  background: transparent !important;
}

.page-games-ck .game-card {
  min-height: 100%;
  border-radius: 8px 30px 8px 30px !important;
  border-color: rgba(139, 92, 246, .22) !important;
  background: rgba(17, 19, 43, .84) !important;
}

.page-games-ck .game-thumb {
  min-height: 190px;
  border-radius: 0 30px 0 0;
  filter: saturate(.9);
}

.page-games-ck .game-badge {
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--primary), var(--secondary)) !important;
  color: white !important;
}

.page-games-ck .game-meta {
  gap: 8px;
}

.page-games-ck .game-provider,
.page-games-ck .game-rtp {
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .055) !important;
}

.page-games-ck .game-actions a {
  border-radius: 12px !important;
}

.page-games-ck #slots {
  order: 5;
  background: rgba(17, 19, 43, .34) !important;
}

.page-games-ck .feature-section {
  order: 6;
  padding: 78px 0 !important;
  background: transparent !important;
}

.page-games-ck .feature-section .row.g-4 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.page-games-ck .feature-section .row.g-4 > [class*="col-"] {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

.page-games-ck .feature-card {
  min-height: 230px;
  border-radius: 6px 28px 6px 28px !important;
  border-color: rgba(139, 92, 246, .22) !important;
  background: rgba(17, 19, 43, .80) !important;
}

.page-games-ck .feature-icon {
  display: grid !important;
  width: 58px !important;
  height: 58px !important;
  place-items: center;
  border: 0 !important;
  border-radius: 16px 5px 16px 5px !important;
  background: linear-gradient(145deg, var(--primary), var(--secondary)) !important;
}

.page-games-ck .feature-icon::before {
  color: white;
  font: 800 .86rem/1 "Poppins", sans-serif;
}

.page-games-ck .feature-section .row > div:nth-child(1) .feature-icon::before { content: "G1"; }
.page-games-ck .feature-section .row > div:nth-child(2) .feature-icon::before { content: "G2"; }
.page-games-ck .feature-section .row > div:nth-child(3) .feature-icon::before { content: "G3"; }
.page-games-ck .feature-section .row > div:nth-child(4) .feature-icon::before { content: "G4"; }
.page-games-ck .feature-section .row > div:nth-child(5) .feature-icon::before { content: "G5"; }
.page-games-ck .feature-section .row > div:nth-child(6) .feature-icon::before { content: "G6"; }

.page-games-ck .providers-strip {
  order: 7;
  background: rgba(17, 19, 43, .36) !important;
}

.page-games-ck .provider-badge {
  border-radius: 999px !important;
  border-color: rgba(139, 92, 246, .22) !important;
  background: rgba(255, 255, 255, .035) !important;
}

.page-games-ck > section[style*="padding:72px"] {
  order: 8;
  background: transparent !important;
}

.page-games-ck > section[style*="padding:72px"] > .container > .row {
  flex-direction: row-reverse;
}

.page-games-ck .content-wrap {
  order: 8;
  padding: 84px 0 !important;
  background:
    radial-gradient(circle at 15% 8%, rgba(139, 92, 246, .10), transparent 30%),
    linear-gradient(180deg, #0f1228 0%, #090c1e 100%) !important;
}

.page-games-ck .content-wrap > .container > .row {
  flex-direction: row-reverse !important;
  align-items: flex-start !important;
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 2rem;
}

.page-games-ck .content-card {
  padding: clamp(28px, 4vw, 52px) !important;
  border: 0 !important;
  border-left: 5px solid var(--primary) !important;
  border-radius: 0 28px 28px 0 !important;
  background:
    linear-gradient(110deg, rgba(139, 92, 246, .09), rgba(255, 255, 255, .025)),
    rgba(17, 19, 43, .82) !important;
  box-shadow: 0 24px 58px rgba(0, 0, 0, .22);
}

.page-games-ck .content-card h2 {
  align-items: flex-start !important;
  color: var(--text-white) !important;
  font-size: clamp(1.75rem, 2.8vw, 3rem) !important;
  line-height: 1.18 !important;
  letter-spacing: -.045em;
}

.page-games-ck .content-card h3 {
  color: var(--text-white) !important;
  font-size: clamp(1.05rem, 1.35vw, 1.25rem) !important;
  line-height: 1.45 !important;
}

.page-games-ck .content-card p,
.page-games-ck .content-card li,
.page-games-ck .accordion-body {
  color: #b9c0df !important;
  font-size: clamp(.95rem, 1.08vw, 1.05rem) !important;
  line-height: 1.85 !important;
}

.page-games-ck .content-card h2 > i,
.page-games-ck .content-card h3 > i,
.page-games-ck .accordion-button i {
  display: none !important;
}

.page-games-ck .sec-num {
  width: 34px !important;
  height: 34px !important;
  margin-top: .18em;
  border-radius: 10px 4px 10px 4px !important;
  background: linear-gradient(135deg, var(--primary), var(--secondary)) !important;
  color: white !important;
}

.page-games-ck .check-list li {
  display: block !important;
  position: relative;
  padding-left: 30px !important;
}

.page-games-ck .check-list li > i {
  display: none !important;
}

.page-games-ck .check-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: .72em;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  transform: rotate(45deg);
}

.page-games-ck .sidebar-card {
  padding: 28px 26px !important;
  border: 1px solid rgba(139, 92, 246, .28) !important;
  border-radius: 22px 8px 22px 8px !important;
  background:
    linear-gradient(145deg, rgba(139, 92, 246, .08), rgba(245, 158, 11, .035)),
    rgba(17, 19, 43, .92) !important;
  box-shadow: 0 22px 52px rgba(0, 0, 0, .20);
}

.page-games-ck .sidebar-card h5 {
  color: var(--text-white) !important;
  font-size: 1.08rem !important;
  padding-bottom: 18px;
  margin-bottom: 18px !important;
  border-bottom: 1px solid rgba(139, 92, 246, .18);
}

.page-games-ck .sidebar-card h5 > i,
.page-games-ck .sidebar-links i {
  display: none !important;
}

.page-games-ck .sidebar-links a {
  padding: 14px 0 !important;
  border-bottom: 1px solid rgba(139, 92, 246, .10);
  color: #b9c0df !important;
  font-size: .95rem !important;
  line-height: 1.35 !important;
  gap: 0 !important;
}

.page-games-ck .sidebar-links a:hover {
  color: var(--text-white) !important;
  transform: translateX(5px);
}

.page-games-ck .cta-section {
  order: 9;
  width: min(1280px, calc(100% - 40px));
  margin: 24px auto 80px;
  border: 1px solid rgba(139, 92, 246, .24);
  border-radius: 42px 10px 42px 10px;
  background:
    linear-gradient(135deg, rgba(139, 92, 246, .16), rgba(245, 158, 11, .08)),
    var(--bg-dark) !important;
}

.page-games-ck footer {
  order: 20;
}

.page-games-ck .footer-logo {
  display: none !important;
}

.page-games-ck footer .col-lg-4 > a:first-child::before {
  content: "CK777 / GAMES";
  display: inline-block;
  margin-bottom: 18px;
  color: var(--text-light);
  font: 800 1.2rem/1 "Poppins", sans-serif;
  letter-spacing: .10em;
}

@media (max-width: 991.98px) {
  .page-games-ck .games-hero > .container > .row,
  .page-games-ck .feature-section .row.g-4 {
    grid-template-columns: 1fr;
  }

  .page-games-ck .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-games-ck .category-tabs .tab-scroll {
    justify-content: flex-start;
    padding-bottom: 8px !important;
  }
}

@media (max-width: 575.98px) {
  .page-games-ck .games-hero {
    padding: 58px 0 64px !important;
  }

  .page-games-ck .hero-stats {
    grid-template-columns: 1fr;
  }
}

/* privacy-policy.html 专属布局：政策档案式正文 + 右侧目录 */
.page-privacy-ck .breadcrumb-wrap {
  order: 1;
  border-bottom: 0 !important;
  background: rgba(255, 255, 255, .025) !important;
}

.page-privacy-ck .page-hero {
  order: 2;
  padding: 78px 0 104px !important;
  background:
    radial-gradient(circle at 82% 18%, rgba(245, 158, 11, .14), transparent 28%),
    linear-gradient(130deg, rgba(139, 92, 246, .20), transparent 50%),
    var(--bg-darker) !important;
}

.page-privacy-ck .page-hero .row {
  display: grid !important;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: clamp(34px, 6vw, 84px);
}

.page-privacy-ck .page-hero [class*="col-lg-"] {
  width: auto !important;
  max-width: none !important;
}

.page-privacy-ck .hero-badge {
  width: max-content;
  max-width: 100%;
  padding: 9px 14px !important;
  border: 1px solid rgba(245, 158, 11, .28);
  border-radius: 999px;
  background: rgba(245, 158, 11, .08) !important;
  color: var(--secondary) !important;
  letter-spacing: .11em;
}

.page-privacy-ck .hero-badge .dot,
.page-privacy-ck .btn-accent i,
.page-privacy-ck .btn-outline i,
.page-privacy-ck .trust-badge i,
.page-privacy-ck .feature-icon i,
.page-privacy-ck .privacy-section h2 > i,
.page-privacy-ck .privacy-section h3 > i,
.page-privacy-ck .sidebar-card h5 > i,
.page-privacy-ck .sidebar-links i,
.page-privacy-ck .check-list i,
.page-privacy-ck .notice-box i {
  display: none !important;
}

.page-privacy-ck .hero-badge::before {
  content: "PRIVACY / POLICY";
  margin-right: 10px;
  color: var(--text-light);
  font-weight: 800;
}

.page-privacy-ck .page-hero h1 {
  max-width: 850px;
  font-size: clamp(2.35rem, 4.8vw, 5rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -.055em;
}

.page-privacy-ck .page-hero h1 .brand {
  color: var(--secondary) !important;
}

.page-privacy-ck .page-hero p {
  max-width: 720px;
  color: #c3c8e8 !important;
  font-size: clamp(1rem, 1.25vw, 1.12rem) !important;
}

.page-privacy-ck .update-tag {
  border-radius: 12px !important;
  border-color: rgba(139, 92, 246, .22) !important;
  background: rgba(255, 255, 255, .04) !important;
}

.page-privacy-ck .shield-visual {
  border: 1px solid rgba(139, 92, 246, .28) !important;
  border-radius: 90px 18px 90px 18px !important;
  background:
    linear-gradient(145deg, rgba(139, 92, 246, .16), rgba(245, 158, 11, .08)),
    rgba(17, 19, 43, .82) !important;
  box-shadow: 24px 24px 0 rgba(139, 92, 246, .08), 0 30px 70px rgba(0, 0, 0, .28) !important;
}

.page-privacy-ck .badge-row {
  display: grid !important;
  grid-template-columns: repeat(3, max-content);
  gap: 8px !important;
}

.page-privacy-ck .trust-badge {
  border-radius: 8px !important;
}

.page-privacy-ck > section.py-5 {
  order: 3;
  padding-top: 74px !important;
  background: transparent !important;
}

.page-privacy-ck > section.py-5 > .container > .row {
  flex-direction: row-reverse;
}

.page-privacy-ck .privacy-section {
  border: 0 !important;
  border-left: 5px solid var(--primary) !important;
  border-radius: 0 28px 28px 0 !important;
  background:
    linear-gradient(110deg, rgba(139, 92, 246, .09), rgba(255, 255, 255, .025)),
    rgba(17, 19, 43, .82) !important;
  box-shadow: 0 22px 54px rgba(0, 0, 0, .20);
}

.page-privacy-ck .privacy-section h2 {
  border-bottom-color: rgba(139, 92, 246, .20) !important;
  font-size: clamp(1.45rem, 2.4vw, 2.2rem) !important;
}

.page-privacy-ck .privacy-section p,
.page-privacy-ck .privacy-section li,
.page-privacy-ck .privacy-table td {
  color: #b9c0df !important;
}

.page-privacy-ck .sec-num {
  background: linear-gradient(135deg, var(--primary), var(--secondary)) !important;
  color: white !important;
}

.page-privacy-ck .feature-card {
  min-height: 100%;
  border-radius: 6px 26px 6px 26px !important;
  border-color: rgba(139, 92, 246, .22) !important;
  background: rgba(17, 19, 43, .80) !important;
}

.page-privacy-ck .feature-icon {
  display: grid !important;
  width: 58px !important;
  height: 58px !important;
  place-items: center;
  border: 0 !important;
  border-radius: 16px 5px 16px 5px !important;
  background: linear-gradient(145deg, var(--primary), var(--secondary)) !important;
}

.page-privacy-ck .feature-icon::before {
  color: white;
  font: 800 .86rem/1 "Poppins", sans-serif;
}

.page-privacy-ck .row.g-3 > div:nth-child(1) .feature-icon::before { content: "P1"; }
.page-privacy-ck .row.g-3 > div:nth-child(2) .feature-icon::before { content: "P2"; }
.page-privacy-ck .row.g-3 > div:nth-child(3) .feature-icon::before { content: "P3"; }
.page-privacy-ck .row.g-3 > div:nth-child(4) .feature-icon::before { content: "P4"; }
.page-privacy-ck .row.g-3 > div:nth-child(5) .feature-icon::before { content: "P5"; }
.page-privacy-ck .row.g-3 > div:nth-child(6) .feature-icon::before { content: "P6"; }

.page-privacy-ck .check-list li {
  position: relative;
  padding-left: 30px !important;
}

.page-privacy-ck .check-list li::before {
  content: "";
  position: absolute;
  top: .72em;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  transform: rotate(45deg);
}

.page-privacy-ck .privacy-table {
  overflow: hidden;
  border: 1px solid rgba(139, 92, 246, .18);
  border-radius: 18px;
}

.page-privacy-ck .privacy-table thead tr {
  background: rgba(139, 92, 246, .12) !important;
}

.page-privacy-ck .privacy-table th {
  color: var(--secondary) !important;
}

.page-privacy-ck .progress-bar-fill {
  background: linear-gradient(90deg, var(--primary), var(--secondary)) !important;
}

.page-privacy-ck .notice-box,
.page-privacy-ck .quote-block {
  border-radius: 24px 6px 24px 6px !important;
  background:
    linear-gradient(135deg, rgba(139, 92, 246, .14), rgba(245, 158, 11, .06)),
    rgba(255, 255, 255, .03) !important;
}

.page-privacy-ck .sidebar-card {
  border-radius: 22px 6px 22px 6px !important;
  background: rgba(17, 19, 43, .88) !important;
}

.page-privacy-ck .sidebar-links a {
  padding-left: 18px !important;
  border-left: 2px solid transparent;
}

.page-privacy-ck .sidebar-links a:hover {
  border-left-color: var(--secondary);
  transform: translateX(5px);
}

.page-privacy-ck .cta-section {
  order: 4;
  width: min(1280px, calc(100% - 40px));
  margin: 24px auto 80px;
  border: 1px solid rgba(139, 92, 246, .24);
  border-radius: 42px 10px 42px 10px;
  background:
    linear-gradient(135deg, rgba(139, 92, 246, .16), rgba(245, 158, 11, .08)),
    var(--bg-dark) !important;
}

.page-privacy-ck footer {
  order: 20;
}

.page-privacy-ck .footer-logo {
  display: none !important;
}

.page-privacy-ck footer .col-lg-4 > a:first-child::before {
  content: "CK777 / PRIVACY";
  display: inline-block;
  margin-bottom: 18px;
  color: var(--text-light);
  font: 800 1.2rem/1 "Poppins", sans-serif;
  letter-spacing: .10em;
}

@media (max-width: 991.98px) {
  .page-privacy-ck .page-hero .row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .page-privacy-ck .page-hero {
    padding: 58px 0 64px !important;
  }

  .page-privacy-ck .badge-row {
    grid-template-columns: 1fr;
  }
}

/* voucher.html 专属布局：VK8 式清晰分区 + 票券视觉 */
.page-voucher .breadcrumb-wrap { order: 1; }

.page-voucher .page-hero {
  order: 2;
  padding: 84px 0 !important;
  background:
    radial-gradient(circle at 82% 20%, rgba(245, 158, 11, .18), transparent 28%),
    linear-gradient(125deg, #0a1021 0%, #131231 58%, #211329 100%) !important;
}

.page-voucher .page-hero .row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .78fr);
  gap: clamp(40px, 7vw, 100px);
}

.page-voucher .page-hero [class*="col-lg-"] {
  width: auto !important;
  max-width: none !important;
}

.page-voucher .page-hero h1 {
  max-width: 820px;
  font-size: clamp(2.5rem, 5vw, 5rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -.05em;
}

.page-voucher .page-hero .hero-badge i,
.page-voucher .page-hero .btn-primary-green i,
.page-voucher .page-hero .btn-outline-green i,
.page-voucher .page-hero .trust-badge i {
  display: none !important;
}

.page-voucher .page-hero .hero-badge {
  display: inline-flex !important;
  align-items: center;
  gap: 20px;
  width: auto !important;
  max-width: min(100%, 760px);
  min-height: 58px;
  padding: 8px 22px 8px 10px !important;
  border: 1px solid rgba(245, 158, 11, .36) !important;
  border-radius: 14px !important;
  background: rgba(8, 11, 24, .72) !important;
  color: var(--secondary) !important;
  font-size: clamp(1.05rem, 2vw, 1.55rem) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: -.03em;
  white-space: nowrap;
}

.page-voucher .page-hero .hero-badge::before {
  content: "01";
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  margin-right: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary), #a78bfa);
  color: white;
  font: 800 1rem/1 "Poppins", sans-serif;
  letter-spacing: .02em;
}

.page-voucher .page-hero .img-showcase {
  overflow: hidden;
  min-height: 430px;
  border: 1px solid rgba(245, 158, 11, .30) !important;
  border-radius: 20px 90px 20px 90px !important;
  transform: rotate(-2deg);
  box-shadow: 24px 24px 0 rgba(245, 158, 11, .08) !important;
}

.page-voucher .page-hero .img-showcase img {
  min-height: 430px;
  object-fit: cover;
}

.page-voucher .stat-strip {
  order: 3;
  width: 100%;
  padding: 48px 0 !important;
  border-top: 1px solid rgba(139, 92, 246, .18);
  border-bottom: 1px solid rgba(245, 158, 11, .16);
  background: linear-gradient(90deg, #18102d, #24152a) !important;
}

.page-voucher .stat-strip .stat-item {
  border-right: 1px solid rgba(255, 255, 255, .08);
}

.page-voucher .voucher-section {
  order: 4;
  background:
    radial-gradient(circle at 10% 15%, rgba(139, 92, 246, .08), transparent 30%),
    var(--bg-darker) !important;
}

.page-voucher .voucher-section .row.g-4 {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.page-voucher .voucher-section .row.g-4 > [class*="col-"] {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

.page-voucher .voucher-card {
  display: grid;
  min-height: 390px;
  grid-template-columns: minmax(210px, .78fr) minmax(0, 1.22fr);
  overflow: hidden;
  border: 1px solid rgba(139, 92, 246, .26) !important;
  border-radius: 28px 8px 28px 8px !important;
  background: rgba(18, 21, 48, .9) !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .22);
}

.page-voucher .voucher-card-header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: center;
  padding: 34px !important;
  text-align: left !important;
  background:
    linear-gradient(145deg, rgba(139, 92, 246, .25), rgba(245, 158, 11, .12)),
    #171633 !important;
}

.page-voucher .voucher-card-header::after {
  content: "";
  position: absolute;
  top: 0;
  right: -14px;
  width: 28px;
  height: 100%;
  background:
    radial-gradient(circle at 14px 14px, transparent 12px, #171633 13px) 0 0 / 28px 28px;
}

.page-voucher .voucher-icon {
  display: grid !important;
  width: 58px !important;
  height: 58px !important;
  place-items: center;
  margin: 0 0 24px !important;
  border-radius: 16px 5px 16px 5px !important;
  background: linear-gradient(145deg, var(--primary), var(--secondary)) !important;
}

.page-voucher .voucher-icon i {
  display: none !important;
}

.page-voucher .voucher-icon::before {
  color: white;
  font: 800 .9rem/1 "Poppins", sans-serif;
}

.page-voucher .voucher-section .row > div:nth-child(1) .voucher-icon::before { content: "V01"; }
.page-voucher .voucher-section .row > div:nth-child(2) .voucher-icon::before { content: "V02"; }
.page-voucher .voucher-section .row > div:nth-child(3) .voucher-icon::before { content: "V03"; }
.page-voucher .voucher-section .row > div:nth-child(4) .voucher-icon::before { content: "V04"; }
.page-voucher .voucher-section .row > div:nth-child(5) .voucher-icon::before { content: "V05"; }
.page-voucher .voucher-section .row > div:nth-child(6) .voucher-icon::before { content: "V06"; }

.page-voucher .voucher-tag {
  position: static !important;
  order: -1;
  margin-bottom: 20px;
  border-radius: 6px !important;
}

.page-voucher .voucher-amount {
  text-align: left !important;
}

.page-voucher .voucher-card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px !important;
}

.page-voucher .vmeta-item i,
.page-voucher .voucher-btn i {
  display: none !important;
}

.page-voucher .voucher-meta {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px !important;
}

.page-voucher .vmeta-item {
  border: 1px solid rgba(139, 92, 246, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .03);
}

.page-voucher .voucher-btn {
  align-self: flex-start;
  border-radius: 12px !important;
}

.page-voucher .coupon-section {
  order: 5;
  padding: 84px 0 !important;
  background:
    linear-gradient(120deg, rgba(139, 92, 246, .14), transparent 45%),
    #101329 !important;
}

.page-voucher .coupon-section .row > .col-lg-8 {
  display: grid;
  width: 100% !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.page-voucher .coupon-strip {
  position: relative;
  margin: 0 !important;
  padding: 26px !important;
  border: 1px dashed rgba(245, 158, 11, .45) !important;
  border-radius: 16px 5px 16px 5px !important;
  background: rgba(255, 255, 255, .025) !important;
}

.page-voucher .coupon-strip::before,
.page-voucher .coupon-strip::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #101329;
  transform: translateY(-50%);
}

.page-voucher .coupon-strip::before { left: -10px; }
.page-voucher .coupon-strip::after { right: -10px; }

.page-voucher .coupon-strip:nth-of-type(5) {
  grid-column: 1 / -1;
}

.page-voucher .coupon-section .text-center.mt-4 {
  grid-column: 1 / -1;
}

.page-voucher .how-section {
  order: 6;
}

.page-voucher .how-section .row.g-4 {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.page-voucher .how-section .row.g-4 > [class*="col-"] {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

.page-voucher .how-section .step-card {
  position: relative;
  min-height: 190px;
  padding: 32px 32px 32px 106px !important;
  text-align: left !important;
  border-radius: 8px 26px 8px 26px !important;
}

.page-voucher .how-section .step-number {
  position: absolute;
  top: 32px;
  left: 30px;
  margin: 0 !important;
}

.page-voucher .voucher-showcase-one {
  order: 7;
  width: min(1320px, calc(100% - 40px));
  padding: 20px 0 60px !important;
}

.page-voucher .voucher-showcase-one .img-showcase {
  max-height: 360px;
  border-radius: 26px 8px 26px 8px !important;
}

.page-voucher .voucher-showcase-one img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.page-voucher .content-section {
  order: 8;
}

.page-voucher .content-section > .container > .row {
  flex-direction: row-reverse;
}

.page-voucher .content-box {
  padding: clamp(28px, 4vw, 52px) !important;
  border: 0 !important;
  border-left: 5px solid var(--primary) !important;
  border-radius: 0 28px 28px 0 !important;
  background:
    linear-gradient(110deg, rgba(139, 92, 246, .09), rgba(255, 255, 255, .025)),
    rgba(17, 19, 43, .82) !important;
  box-shadow: 0 24px 58px rgba(0, 0, 0, .22);
}

.page-voucher .content-box .table-responsive {
  margin: 22px 0 26px;
  padding: 1px;
  border: 1px solid rgba(139, 92, 246, .26);
  border-radius: 20px 8px 20px 8px;
  background:
    linear-gradient(135deg, rgba(139, 92, 246, .22), rgba(245, 158, 11, .10)),
    rgba(12, 15, 35, .86);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .20);
}

.page-voucher .content-box table.table {
  --bs-table-bg: transparent;
  --bs-table-color: #d8def8;
  --bs-table-border-color: rgba(139, 92, 246, .18);
  margin: 0 !important;
  overflow: hidden;
  color: #d8def8 !important;
  border-color: rgba(139, 92, 246, .18) !important;
  border-radius: 18px 6px 18px 6px;
  background: rgba(10, 13, 31, .72) !important;
}

.page-voucher .content-box table.table thead tr {
  background:
    linear-gradient(135deg, rgba(139, 92, 246, .30), rgba(245, 158, 11, .12)),
    rgba(24, 26, 58, .94) !important;
}

.page-voucher .content-box table.table th {
  color: #f4f1ff !important;
  border-color: rgba(139, 92, 246, .20) !important;
  background: transparent !important;
}

.page-voucher .content-box table.table td {
  color: #cbd3f4 !important;
  border-color: rgba(139, 92, 246, .14) !important;
  background: rgba(255, 255, 255, .025) !important;
}

.page-voucher .content-box table.table tbody tr:nth-child(even) td {
  background: rgba(139, 92, 246, .075) !important;
}

.page-voucher .content-box table.table tbody tr:hover td {
  background: rgba(245, 158, 11, .10) !important;
}

.page-voucher .content-box h2 > i,
.page-voucher .content-box h3 > i,
.page-voucher .sidebar-card h5 > i,
.page-voucher .sidebar-links i,
.page-voucher .check-list i {
  display: none !important;
}

.page-voucher .check-list li {
  position: relative;
  padding-left: 30px !important;
}

.page-voucher .check-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: .72em;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  transform: rotate(45deg);
}

.page-voucher .sidebar-card {
  border-radius: 22px 8px 22px 8px !important;
  background:
    linear-gradient(145deg, rgba(139, 92, 246, .08), rgba(245, 158, 11, .035)),
    rgba(17, 19, 43, .92) !important;
}

:is(.page-voucher, .page-wl-live) .voucher-reliable-nav,
:is(.page-voucher, .page-wl-live) .voucher-reliable-offer {
  padding: 28px 26px !important;
  border: 1px solid rgba(139, 92, 246, .28) !important;
  border-radius: 20px 7px 20px 7px !important;
  background: rgba(17, 19, 43, .94) !important;
}

:is(.page-voucher, .page-wl-live) .voucher-reliable-nav h5,
:is(.page-voucher, .page-wl-live) .voucher-reliable-offer h5 {
  margin-bottom: 14px !important;
  padding-bottom: 16px !important;
  border-bottom: 1px solid rgba(139, 92, 246, .18) !important;
  color: var(--text-light) !important;
  font-size: 1.05rem !important;
}

:is(.page-voucher, .page-wl-live) .voucher-reliable-nav .sidebar-links li {
  padding: 0 !important;
  border-bottom: 1px solid rgba(139, 92, 246, .08) !important;
}

:is(.page-voucher, .page-wl-live) .voucher-reliable-nav .sidebar-links li:last-child {
  border-bottom: 0 !important;
}

:is(.page-voucher, .page-wl-live) .voucher-reliable-nav .sidebar-links a {
  display: block !important;
  padding: 13px 18px !important;
  border-left: 2px solid transparent;
  color: #b9c0df !important;
  font-size: .9rem !important;
  line-height: 1.45;
}

:is(.page-voucher, .page-wl-live) .voucher-reliable-nav .sidebar-links a:hover {
  border-left-color: var(--secondary);
  color: var(--text-light) !important;
  transform: translateX(5px);
}

:is(.page-voucher, .page-wl-live) .voucher-reliable-offer {
  border-color: rgba(34, 197, 94, .30) !important;
  background:
    linear-gradient(145deg, rgba(139, 92, 246, .08), rgba(245, 158, 11, .05)),
    rgba(17, 19, 43, .96) !important;
}

:is(.page-voucher, .page-wl-live) .voucher-reliable-offer h5 {
  color: var(--primary) !important;
}

:is(.page-voucher, .page-wl-live) .voucher-reliable-offer p {
  margin-bottom: 20px;
  color: var(--text-muted);
  font-size: .87rem;
  line-height: 1.8;
}

:is(.page-voucher, .page-wl-live) .voucher-reliable-offer strong {
  color: var(--text-light);
}

:is(.page-voucher, .page-wl-live) .voucher-reliable-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 50px;
  border-radius: 10px 18px 10px 18px;
  color: white !important;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 12px 28px rgba(139, 92, 246, .18);
}

:is(.page-voucher, .page-wl-live) .voucher-reliable-button:hover {
  color: white !important;
  transform: translateY(-2px);
}

.page-voucher .voucher-showcase-two {
  order: 9;
}

.page-voucher .faq-section {
  order: 10;
  background: #101329 !important;
}

.page-voucher .faq-section .accordion {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.page-voucher .faq-section .accordion-item {
  margin: 0 !important;
  border-radius: 14px !important;
}

.page-voucher .voucher-cta {
  order: 11;
  width: min(1320px, calc(100% - 40px));
  margin: 70px auto;
  border: 1px solid rgba(245, 158, 11, .20);
  border-radius: 38px 10px 38px 10px;
  background:
    linear-gradient(130deg, rgba(139, 92, 246, .18), rgba(245, 158, 11, .10)),
    #15132d !important;
}

.page-voucher footer {
  order: 20;
}

.page-voucher .footer-logo {
  display: none !important;
}

.page-voucher footer .col-lg-4 > a:first-child::before {
  content: "CK777 / VOUCHERS";
  display: inline-block;
  margin-bottom: 18px;
  color: var(--text-light);
  font: 800 1.15rem/1 "Poppins", sans-serif;
  letter-spacing: .10em;
}

@media (max-width: 991.98px) {
  .page-voucher .page-hero .row,
  .page-voucher .voucher-section .row.g-4 {
    grid-template-columns: 1fr;
  }

  .page-voucher .voucher-card {
    grid-template-columns: minmax(190px, .7fr) minmax(0, 1.3fr);
  }
}

@media (max-width: 767.98px) {
  .page-voucher .voucher-card,
  .page-voucher .coupon-section .row > .col-lg-8,
  .page-voucher .how-section .row.g-4,
  .page-voucher .faq-section .accordion {
    grid-template-columns: 1fr;
  }

  .page-voucher .voucher-card-header::after {
    display: none;
  }

  .page-voucher .coupon-strip:nth-of-type(5) {
    grid-column: auto;
  }
}

@media (max-width: 575.98px) {
  .page-voucher .how-section .step-card {
    min-height: 0;
    padding: 26px 22px 26px 78px !important;
  }

  .page-voucher .how-section .step-number {
    top: 26px;
    left: 20px;
  }
}

/* wl-live.html：复用通用正文与侧栏组件 */
.page-wl-live .content-section {
  overflow-x: hidden;
  padding: 56px 0 !important;
}

.page-wl-live .content-section > .container > .row {
  flex-direction: row !important;
}

.page-wl-live .content-box {
  padding: clamp(28px, 4vw, 52px) !important;
  border: 0 !important;
  border-left: 5px solid var(--primary) !important;
  border-radius: 0 28px 28px 0 !important;
  background:
    linear-gradient(110deg, rgba(139, 92, 246, .09), rgba(255, 255, 255, .025)),
    rgba(17, 19, 43, .82) !important;
  box-shadow: 0 24px 58px rgba(0, 0, 0, .22);
}

.page-wl-live .content-box h2 {
  margin-bottom: 22px !important;
  padding-bottom: 18px !important;
  border-bottom: 1px solid rgba(139, 92, 246, .18) !important;
  color: var(--text-light) !important;
  font-size: clamp(1.55rem, 2.5vw, 2.35rem) !important;
  font-weight: 800 !important;
  line-height: 1.16 !important;
  letter-spacing: -.04em;
}

.page-wl-live .content-box h3 {
  margin-top: 34px !important;
  margin-bottom: 16px !important;
  color: var(--text-light) !important;
  font-weight: 800 !important;
  letter-spacing: -.025em;
}

.page-wl-live .content-box h3.red,
.page-wl-live .highlight-red {
  color: var(--secondary) !important;
}

.page-wl-live .content-box h2 > i,
.page-wl-live .content-box h3 > i,
.page-wl-live .sidebar-card h5 > i,
.page-wl-live .check-list i {
  display: none !important;
}

.page-wl-live .content-box p,
.page-wl-live .content-box li {
  color: #b9c0df !important;
  font-size: clamp(1rem, 1.15vw, 1.08rem);
  line-height: 1.85 !important;
}

.page-wl-live .check-list li {
  display: block !important;
  position: relative;
  gap: 0 !important;
  margin: 0 !important;
  padding: 13px 0 13px 30px !important;
  border-bottom: 1px solid rgba(139, 92, 246, .10) !important;
}

.page-wl-live .check-list li:last-child {
  border-bottom: 0 !important;
}

.page-wl-live .check-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 1.15em;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  transform: rotate(45deg);
}

.page-wl-live .sidebar-card {
  border-radius: 22px 8px 22px 8px !important;
  background:
    linear-gradient(145deg, rgba(139, 92, 246, .08), rgba(245, 158, 11, .035)),
    rgba(17, 19, 43, .92) !important;
}

.page-wl-live .sidebar-links li {
  border-bottom: 1px solid rgba(139, 92, 246, .10) !important;
}

.page-wl-live .sidebar-links a {
  padding: 13px 16px 13px 18px !important;
  border-left: 2px solid transparent !important;
  color: #b9c0df !important;
  border-radius: 0 12px 12px 0 !important;
  background: transparent !important;
}

.page-wl-live .sidebar-links i {
  display: none !important;
}

.page-wl-live .sidebar-links a::before {
  content: none !important;
  display: none !important;
}

.page-wl-live .sidebar-links a:hover {
  border-left-color: var(--secondary) !important;
  color: var(--text-light) !important;
  background: rgba(139, 92, 246, .10) !important;
  transform: translateX(5px);
}

@media (max-width: 991.98px) {
  .page-wl-live .content-section > .container > .row {
    flex-direction: column-reverse;
    flex-wrap: wrap !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .page-wl-live .content-section > .container > .row > .col-lg-4,
  .page-wl-live .content-section > .container > .row > .col-lg-8 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .page-wl-live .content-section .content-box,
  .page-wl-live .content-section .sidebar-card {
    max-width: 100%;
  }
}

/* legend-of-perseus.html：复用通用正文与侧栏组件 */
.page-perseus .content-section > .container > .row {
  flex-direction: row-reverse;
}

.page-perseus .content-box {
  padding: clamp(28px, 4vw, 52px) !important;
  border: 0 !important;
  border-left: 5px solid var(--primary) !important;
  border-radius: 0 28px 28px 0 !important;
  background:
    linear-gradient(110deg, rgba(139, 92, 246, .09), rgba(255, 255, 255, .025)),
    rgba(17, 19, 43, .82) !important;
  box-shadow: 0 24px 58px rgba(0, 0, 0, .22);
}

.page-perseus .content-box h2 {
  margin-bottom: 22px !important;
  padding-bottom: 18px !important;
  border-bottom: 1px solid rgba(139, 92, 246, .18) !important;
  color: var(--text-light) !important;
  font-size: clamp(1.55rem, 2.5vw, 2.35rem) !important;
  font-weight: 800 !important;
  line-height: 1.16 !important;
  letter-spacing: -.04em;
}

.page-perseus .content-box h3 {
  margin-top: 34px !important;
  margin-bottom: 16px !important;
  color: var(--text-light) !important;
  font-weight: 800 !important;
  letter-spacing: -.025em;
}

.page-perseus .content-box h3.gold,
.page-perseus .highlight-gold {
  color: var(--secondary) !important;
}

.page-perseus .content-box h2 > i,
.page-perseus .content-box h3 > i,
.page-perseus .sidebar-card h5 > i,
.page-perseus .check-list i {
  display: none !important;
}

.page-perseus .content-box p,
.page-perseus .content-box li {
  color: #b9c0df !important;
  font-size: clamp(1rem, 1.15vw, 1.08rem);
  line-height: 1.85 !important;
}

.page-perseus .check-list li {
  display: block !important;
  position: relative;
  gap: 0 !important;
  margin: 0 !important;
  padding: 13px 0 13px 30px !important;
  border-bottom: 1px solid rgba(139, 92, 246, .10) !important;
}

.page-perseus .check-list li:last-child {
  border-bottom: 0 !important;
}

.page-perseus .check-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 1.15em;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  transform: rotate(45deg);
}

.page-perseus .sidebar-card {
  border-radius: 22px 8px 22px 8px !important;
  background:
    linear-gradient(145deg, rgba(139, 92, 246, .08), rgba(245, 158, 11, .035)),
    rgba(17, 19, 43, .92) !important;
}

.page-perseus .sidebar-links li {
  border-bottom: 1px solid rgba(139, 92, 246, .10) !important;
}

.page-perseus .sidebar-links a {
  padding: 13px 16px !important;
  border-left: 2px solid transparent;
  color: #b9c0df !important;
}

.page-perseus .sidebar-links a:hover {
  border-left-color: var(--secondary);
  color: var(--text-light) !important;
  background: rgba(139, 92, 246, .10) !important;
  transform: translateX(5px);
}

.page-perseus .game-info-table tr {
  border-bottom-color: rgba(139, 92, 246, .12) !important;
}

.page-perseus .game-info-table td {
  color: #b9c0df !important;
}

.page-perseus .game-info-table td:first-child {
  color: var(--text-light) !important;
}

/* wild-bandito.html：游戏详情模板 A */
.page-wild-bandito .breadcrumb-wrap { order: 1; }

.page-wild-bandito .page-hero {
  order: 2;
  padding: 90px 0 !important;
  background:
    radial-gradient(circle at 18% 20%, rgba(245, 158, 11, .18), transparent 30%),
    linear-gradient(120deg, #171020, #11162e 58%, #0a1020) !important;
}

.page-wild-bandito .page-hero .row {
  display: grid !important;
  grid-template-columns: minmax(340px, .9fr) minmax(0, 1.1fr);
  gap: clamp(44px, 7vw, 100px);
}

.page-wild-bandito .page-hero [class*="col-lg-"] {
  width: auto !important;
  max-width: none !important;
}

.page-wild-bandito .page-hero .col-lg-6:first-child {
  grid-column: 2;
  grid-row: 1;
}

.page-wild-bandito .page-hero .col-lg-6:last-child {
  grid-column: 1;
  grid-row: 1;
}

.page-wild-bandito .page-hero h1 {
  font-size: clamp(2.35rem, 4.3vw, 4.65rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -.05em;
}

.page-wild-bandito .page-hero .hero-badge {
  border-radius: 8px !important;
}

.page-wild-bandito .page-hero .dot-pulse {
  display: none !important;
}

.page-wild-bandito .page-hero .hero-badge::before {
  content: "GAME FILE / A";
  margin-right: 10px;
  color: var(--secondary);
  font: 800 .7rem/1 "Poppins", sans-serif;
  letter-spacing: .12em;
}

.page-wild-bandito .page-hero .img-showcase {
  overflow: hidden;
  min-height: 520px;
  border: 1px solid rgba(245, 158, 11, .34) !important;
  border-radius: 10px 90px 10px 90px !important;
  box-shadow: -24px 24px 0 rgba(139, 92, 246, .10) !important;
}

.page-wild-bandito .page-hero .img-showcase img {
  min-height: 520px;
  object-fit: cover;
}

.page-wild-bandito .page-hero .btn-primary-green i,
.page-wild-bandito .page-hero .btn-outline-green i,
.page-wild-bandito .page-hero .trust-badge i {
  display: none !important;
}

.page-wild-bandito .stat-strip {
  order: 3;
  width: 100%;
  padding: 52px 0 !important;
  border-top: 1px solid rgba(245, 158, 11, .18);
  border-bottom: 1px solid rgba(139, 92, 246, .18);
  background: linear-gradient(90deg, #211326, #15142d, #111a2a) !important;
}

.page-wild-bandito .wild-showcase {
  order: 4;
  padding: 64px 0 !important;
  background: #0c1021 !important;
}

.page-wild-bandito .wild-showcase .img-full {
  overflow: hidden;
  max-height: 420px;
  border-radius: 34px 8px 34px 8px !important;
}

.page-wild-bandito .wild-showcase img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.page-wild-bandito .wild-features {
  order: 5;
  background:
    radial-gradient(circle at 90% 15%, rgba(245, 158, 11, .08), transparent 30%),
    var(--bg-darker) !important;
}

.page-wild-bandito .wild-features .row.g-4 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.page-wild-bandito .wild-features .row.g-4 > [class*="col-"] {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

.page-wild-bandito .feature-card {
  min-height: 250px;
  padding: 30px !important;
  text-align: left !important;
  border: 1px solid rgba(139, 92, 246, .22) !important;
  border-radius: 8px 28px 8px 28px !important;
  background: linear-gradient(145deg, rgba(139, 92, 246, .08), rgba(255, 255, 255, .02)) !important;
}

.page-wild-bandito .feature-icon {
  display: grid !important;
  width: 58px !important;
  height: 58px !important;
  place-items: center;
  margin: 0 0 24px !important;
  border-radius: 16px 4px 16px 4px !important;
  background: linear-gradient(145deg, var(--primary), var(--secondary)) !important;
}

.page-wild-bandito .feature-icon i {
  display: none !important;
}

.page-wild-bandito .feature-icon::before {
  color: white;
  font: 800 .82rem/1 "Poppins", sans-serif;
}

.page-wild-bandito .wild-features .row > div:nth-child(1) .feature-icon::before { content: "০১"; }
.page-wild-bandito .wild-features .row > div:nth-child(2) .feature-icon::before { content: "০২"; }
.page-wild-bandito .wild-features .row > div:nth-child(3) .feature-icon::before { content: "০৩"; }
.page-wild-bandito .wild-features .row > div:nth-child(4) .feature-icon::before { content: "০৪"; }
.page-wild-bandito .wild-features .row > div:nth-child(5) .feature-icon::before { content: "০৫"; }
.page-wild-bandito .wild-features .row > div:nth-child(6) .feature-icon::before { content: "০৬"; }

.page-wild-bandito .wild-content {
  order: 6;
  background: #101329 !important;
}

.page-wild-bandito .wild-content > .container > .row {
  display: flex !important;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 0 !important;
}

.page-wild-bandito .wild-content > .container > .row > [class*="col-lg-"] {
  max-width: none !important;
  padding-right: calc(var(--bs-gutter-x) * .5) !important;
  padding-left: calc(var(--bs-gutter-x) * .5) !important;
}

.page-wild-bandito .wild-content > .container > .row > .col-lg-8 {
  width: 66.66666667% !important;
}

.page-wild-bandito .wild-content > .container > .row > .col-lg-4 {
  width: 33.33333333% !important;
}

.page-wild-bandito .content-box {
  padding: clamp(28px, 4vw, 48px) !important;
  border: 0 !important;
  border-top: 4px solid var(--primary) !important;
  border-radius: 8px 8px 24px 24px !important;
  background: rgba(18, 21, 48, .78) !important;
}

.page-wild-bandito .content-box h2 {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(245, 158, 11, .18);
}

.page-wild-bandito .content-box h2 > i,
.page-wild-bandito .content-box h3 > i,
.page-wild-bandito .sidebar-card h5 > i,
.page-wild-bandito .sidebar-links i,
.page-wild-bandito .check-list i {
  display: none !important;
}

.page-wild-bandito .symbol-card {
  min-height: 190px;
  padding: 22px !important;
  border-radius: 18px 5px 18px 5px !important;
  background: linear-gradient(145deg, rgba(245, 158, 11, .08), rgba(139, 92, 246, .06)) !important;
}

.page-wild-bandito .symbol-icon {
  filter: saturate(.85);
  transform: scale(.9);
}

.page-wild-bandito .payout-tag {
  border-radius: 7px !important;
}

.page-wild-bandito .notice-box {
  border-radius: 8px 22px 8px 22px !important;
}

.page-wild-bandito .sidebar-card {
  border-radius: 18px 5px 18px 5px !important;
  background: rgba(18, 21, 48, .9) !important;
}

.page-wild-bandito table {
  overflow: hidden;
  border-radius: 14px;
}

.page-wild-bandito .step-card {
  min-height: 210px;
  border-radius: 8px 24px 8px 24px !important;
}

.page-wild-bandito .wild-faq {
  order: 7;
  background:
    linear-gradient(120deg, rgba(139, 92, 246, .10), transparent 50%),
    #0c1021 !important;
}

.page-wild-bandito .wild-faq .accordion {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.page-wild-bandito .wild-faq .accordion-item {
  margin: 0 !important;
  border-radius: 16px 5px 16px 5px !important;
}

.page-wild-bandito .cta-section {
  order: 8;
  width: min(1320px, calc(100% - 40px));
  margin: 72px auto;
  border: 1px solid rgba(245, 158, 11, .20);
  border-radius: 42px 10px 42px 10px;
  background:
    linear-gradient(135deg, rgba(245, 158, 11, .12), rgba(139, 92, 246, .16)),
    #151329 !important;
}

.page-wild-bandito footer { order: 20; }

.page-wild-bandito .footer-logo {
  display: none !important;
}

.page-wild-bandito footer .col-lg-4 > a:first-child::before {
  content: "CK777 / গেম তথ্য";
  display: inline-block;
  margin-bottom: 18px;
  color: var(--text-light);
  font: 800 1.12rem/1 "Poppins", sans-serif;
  letter-spacing: .10em;
}

@media (max-width: 991.98px) {
  .page-wild-bandito .page-hero .row,
  .page-wild-bandito .wild-content > .container > .row {
    grid-template-columns: 1fr;
  }

  .page-wild-bandito .wild-content > .container > .row {
    flex-direction: column;
  }

  .page-wild-bandito .wild-content > .container > .row > .col-lg-8,
  .page-wild-bandito .wild-content > .container > .row > .col-lg-4 {
    width: 100% !important;
  }

  .page-wild-bandito .page-hero .col-lg-6:first-child,
  .page-wild-bandito .page-hero .col-lg-6:last-child {
    grid-column: 1;
  }

  .page-wild-bandito .page-hero .col-lg-6:last-child {
    grid-row: 1;
  }

  .page-wild-bandito .page-hero .col-lg-6:first-child {
    grid-row: 2;
  }

  .page-wild-bandito .wild-features .row.g-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .page-wild-bandito .wild-features .row.g-4,
  .page-wild-bandito .wild-faq .accordion {
    grid-template-columns: 1fr;
  }
}

/* CK777 register: VK8-inspired step form, rebuilt as a static purple/orange page. */
.page-register-ck .breadcrumb-wrap { order: 1; }

.page-register-ck .page-hero {
  order: 2;
  padding: 76px 0 86px !important;
  background:
    radial-gradient(circle at 12% 20%, rgba(139, 92, 246, .18), transparent 34%),
    radial-gradient(circle at 92% 76%, rgba(245, 158, 11, .13), transparent 32%),
    #0d1024 !important;
}

.page-register-ck .page-hero .container > .row {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(620px, 1.22fr);
  gap: clamp(44px, 6vw, 86px) !important;
}

.page-register-ck .page-hero .container > .row > [class*="col-lg-"] {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

.page-register-ck .page-hero h1 {
  font-size: clamp(2.65rem, 5vw, 5.2rem) !important;
  line-height: .98 !important;
  letter-spacing: -.045em;
}

.page-register-ck .hero-badge {
  border-color: rgba(139, 92, 246, .32) !important;
  background: rgba(139, 92, 246, .09) !important;
}

.page-register-ck .hero-badge .dot,
.page-register-ck .dot {
  background: var(--secondary) !important;
}

.page-register-ck .badge-row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px !important;
}

.page-register-ck .trust-badge {
  justify-content: flex-start;
  min-height: 44px;
  border-radius: 8px 18px 8px 18px !important;
  background: rgba(18, 21, 48, .74) !important;
}

.page-register-ck .stat-box {
  min-height: 86px;
  border-radius: 18px 5px 18px 5px !important;
  background: rgba(18, 21, 48, .72) !important;
}

.page-register-ck .register-card {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  column-gap: 30px;
  padding: clamp(26px, 3vw, 42px) !important;
  border: 1px solid rgba(139, 92, 246, .28) !important;
  border-top: 5px solid var(--primary) !important;
  border-radius: 10px 10px 32px 10px !important;
  background:
    linear-gradient(150deg, rgba(139, 92, 246, .08), transparent 42%),
    #15182f !important;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .3) !important;
}

.page-register-ck .register-progress {
  grid-column: 1;
  grid-row: 1 / 7;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 26px;
  border-right: 1px solid rgba(139, 92, 246, .18);
}

.page-register-ck .register-progress-item {
  display: grid;
  justify-items: center;
  gap: 8px;
  width: 100%;
  color: var(--text-muted);
  font-size: .72rem;
}

.page-register-ck .register-progress-item span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(139, 92, 246, .28);
  border-radius: 14px 4px 14px 4px;
  color: var(--text-light);
  background: #0e1227;
}

.page-register-ck .register-progress-item:nth-child(1) span::before { content: "১"; }
.page-register-ck .register-progress-item:nth-child(3) span::before { content: "২"; }
.page-register-ck .register-progress-item:nth-child(5) span::before { content: "৩"; }
.page-register-ck .register-progress-item:nth-child(1) strong::before { content: "তথ্য"; }
.page-register-ck .register-progress-item:nth-child(3) strong::before { content: "যাচাই"; }
.page-register-ck .register-progress-item:nth-child(5) strong::before { content: "নিরাপত্তা"; }

.page-register-ck .register-progress-item.is-active span {
  border-color: transparent;
  color: white;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 10px 24px rgba(139, 92, 246, .22);
}

.page-register-ck .register-progress > i {
  width: 1px;
  height: 62px;
  margin: 8px 0;
  background: linear-gradient(var(--primary), rgba(139, 92, 246, .12));
}

.page-register-ck .register-card-head,
.page-register-ck .register-card > form,
.page-register-ck .register-card > .divider-or,
.page-register-ck .register-card > .login-prompt,
.page-register-ck .register-card > .notice-box,
.page-register-ck .register-card > .register-demo-status {
  grid-column: 2;
}

.page-register-ck .register-card-head {
  text-align: left !important;
}

.page-register-ck .form-label {
  color: #d8dcf3 !important;
}

.page-register-ck .form-control,
.page-register-ck .form-select,
.page-register-ck .input-group-text {
  min-height: 48px;
  border-color: rgba(139, 92, 246, .22) !important;
  background: #0d1125 !important;
  color: var(--text-light) !important;
}

.page-register-ck .form-control:focus,
.page-register-ck .form-select:focus {
  border-color: var(--primary) !important;
  box-shadow: 0 0 0 3px rgba(139, 92, 246, .12) !important;
}

.page-register-ck .btn-submit {
  border-radius: 8px 20px 8px 20px !important;
  background: linear-gradient(135deg, var(--primary), var(--secondary)) !important;
  box-shadow: 0 14px 34px rgba(139, 92, 246, .20);
}

.page-register-ck .register-demo-status {
  display: none;
  margin-top: 14px;
  padding: 13px 16px;
  border-radius: 10px;
  font-size: .8rem;
  line-height: 1.6;
}

.page-register-ck .register-demo-status.is-visible { display: block; }
.page-register-ck .register-demo-status.is-ready {
  border: 1px solid rgba(34, 197, 94, .28);
  color: #a7f3d0;
  background: rgba(34, 197, 94, .08);
}
.page-register-ck .register-demo-status.is-warning {
  border: 1px solid rgba(245, 158, 11, .30);
  color: #fbd38d;
  background: rgba(245, 158, 11, .08);
}

.page-register-ck .register-benefits {
  order: 3;
  padding: 78px 0 !important;
  background: #11142c !important;
}

.page-register-ck .register-benefits .row.g-4 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-register-ck .register-benefits .row.g-4 > div {
  width: auto !important;
}

.page-register-ck .register-benefits .feature-card {
  min-height: 100%;
  text-align: left !important;
  border-radius: 8px 26px 8px 26px !important;
  background: rgba(18, 21, 48, .82) !important;
}

.page-register-ck .steps-section {
  order: 4;
  background:
    linear-gradient(90deg, rgba(139, 92, 246, .10), rgba(245, 158, 11, .07)),
    #0d1024 !important;
}

.page-register-ck .step-card {
  min-height: 220px;
  border-radius: 24px 6px 24px 6px !important;
}

.page-register-ck .bonus-section {
  order: 5;
  background: #11142c !important;
}

.page-register-ck .register-guide {
  order: 6;
  padding: 76px 0 !important;
  background: #0d1024 !important;
}

.page-register-ck .register-guide > .container > .row {
  flex-direction: row-reverse;
}

.page-register-ck .content-section {
  border: 0 !important;
  border-top: 4px solid var(--primary) !important;
  border-radius: 8px 8px 24px 24px !important;
  background: rgba(18, 21, 48, .82) !important;
}

.page-register-ck .sidebar-card {
  border-radius: 18px 5px 18px 5px !important;
  background: rgba(18, 21, 48, .9) !important;
}

.page-register-ck .faq-section {
  order: 7;
  background: #11142c !important;
}

.page-register-ck .faq-section .accordion {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.page-register-ck .faq-section .accordion-item {
  margin: 0 !important;
  border-radius: 16px 5px 16px 5px !important;
}

.page-register-ck .cta-section {
  order: 8;
  width: min(1320px, calc(100% - 40px));
  margin: 72px auto;
  border: 1px solid rgba(245, 158, 11, .18);
  border-radius: 42px 10px 42px 10px;
  background:
    linear-gradient(135deg, rgba(139, 92, 246, .16), rgba(245, 158, 11, .11)),
    #151329 !important;
}

.page-register-ck footer { order: 20; }

@media (max-width: 1100px) {
  .page-register-ck .page-hero .container > .row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .page-register-ck .register-card {
    display: block;
  }

  .page-register-ck .register-progress {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 28px;
    padding: 0 0 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(139, 92, 246, .18);
  }

  .page-register-ck .register-progress > i {
    width: auto;
    height: 1px;
    flex: 1;
    margin: 21px 8px 0;
  }

  .page-register-ck .register-benefits .row.g-4,
  .page-register-ck .faq-section .accordion {
    grid-template-columns: 1fr;
  }

  .page-register-ck .badge-row {
    grid-template-columns: 1fr;
  }
}

/* CK777 login: compact companion to the registration page. */
.page-login-ck .breadcrumb-wrap { order: 1; }

.page-login-ck .page-hero {
  order: 2;
  padding: 78px 0 88px !important;
  background:
    radial-gradient(circle at 86% 18%, rgba(245, 158, 11, .13), transparent 31%),
    radial-gradient(circle at 8% 82%, rgba(139, 92, 246, .18), transparent 35%),
    #0d1024 !important;
}

.page-login-ck .page-hero .container > .row {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, .72fr);
  gap: clamp(48px, 7vw, 96px) !important;
}

.page-login-ck .page-hero .container > .row > [class*="col-lg-"] {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

.page-login-ck .page-hero h1 {
  max-width: 760px;
  font-size: clamp(2.8rem, 5.4vw, 5.7rem) !important;
  line-height: .96 !important;
  letter-spacing: -.05em;
}

.page-login-ck .hero-badge {
  border-color: rgba(245, 158, 11, .28) !important;
  color: #fbd38d !important;
  background: rgba(245, 158, 11, .07) !important;
}

.page-login-ck .hero-badge .dot,
.page-login-ck .dot {
  background: var(--secondary) !important;
}

.page-login-ck .badge-row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px !important;
}

.page-login-ck .trust-badge {
  justify-content: flex-start;
  min-height: 44px;
  border-radius: 8px 18px 8px 18px !important;
  background: rgba(18, 21, 48, .75) !important;
}

.page-login-ck .page-hero .mt-4 .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-login-ck .page-hero .mt-4 .row > div {
  width: auto !important;
}

.page-login-ck .page-hero .mt-4 .row > div > div {
  min-height: 84px;
  border-color: rgba(139, 92, 246, .18) !important;
  border-radius: 18px 5px 18px 5px !important;
  background: rgba(18, 21, 48, .76) !important;
}

.page-login-ck .login-card {
  padding: clamp(30px, 4vw, 48px) !important;
  border: 1px solid rgba(139, 92, 246, .26) !important;
  border-top: 5px solid var(--secondary) !important;
  border-radius: 10px 10px 34px 10px !important;
  background:
    linear-gradient(150deg, rgba(245, 158, 11, .07), transparent 42%),
    #15182f !important;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .32) !important;
}

.page-login-ck .login-card::before {
  display: none !important;
}

.page-login-ck .login-card-head {
  text-align: left !important;
}

.page-login-ck .login-card .notice-box {
  border-radius: 8px 18px 8px 18px !important;
  background: rgba(139, 92, 246, .08) !important;
}

.page-login-ck .form-label {
  color: #d8dcf3 !important;
}

.page-login-ck .form-label > i {
  display: none !important;
}

.page-login-ck .form-control,
.page-login-ck .input-group-text {
  min-height: 50px;
  border-color: rgba(139, 92, 246, .22) !important;
  background: #0d1125 !important;
  color: var(--text-light) !important;
}

.page-login-ck .form-control:focus {
  border-color: var(--primary) !important;
  box-shadow: 0 0 0 3px rgba(139, 92, 246, .12) !important;
}

.page-login-ck .btn-submit {
  border-radius: 8px 20px 8px 20px !important;
  background: linear-gradient(135deg, var(--primary), var(--secondary)) !important;
  box-shadow: 0 14px 34px rgba(139, 92, 246, .20);
}

.page-login-ck .login-demo-status {
  display: none;
  margin-top: 14px;
  padding: 13px 16px;
  border-radius: 10px;
  font-size: .8rem;
  line-height: 1.6;
}

.page-login-ck .login-demo-status.is-visible { display: block; }
.page-login-ck .login-demo-status.is-ready {
  border: 1px solid rgba(34, 197, 94, .28);
  color: #a7f3d0;
  background: rgba(34, 197, 94, .08);
}
.page-login-ck .login-demo-status.is-warning {
  border: 1px solid rgba(245, 158, 11, .30);
  color: #fbd38d;
  background: rgba(245, 158, 11, .08);
}

.page-login-ck .steps-section {
  order: 3;
  background: #11142c !important;
}

.page-login-ck .step-card {
  min-height: 220px;
  border-radius: 24px 6px 24px 6px !important;
  background: rgba(18, 21, 48, .82) !important;
}

.page-login-ck .feature-section {
  order: 4;
  background:
    linear-gradient(90deg, rgba(139, 92, 246, .08), rgba(245, 158, 11, .05)),
    #0d1024 !important;
}

.page-login-ck .feature-card {
  border-radius: 8px 24px 8px 24px !important;
  background: rgba(18, 21, 48, .84) !important;
}

.page-login-ck .login-guide {
  order: 5;
  padding: 76px 0 !important;
  background: #11142c !important;
}

.page-login-ck .login-guide > .container > .row {
  flex-direction: row-reverse;
}

.page-login-ck .content-box {
  border: 0 !important;
  border-top: 4px solid var(--primary) !important;
  border-radius: 8px 8px 24px 24px !important;
  background: rgba(18, 21, 48, .82) !important;
}

.page-login-ck .sidebar-card {
  border-radius: 18px 5px 18px 5px !important;
  background: rgba(18, 21, 48, .92) !important;
}

.page-login-ck .security-section {
  order: 6;
  background:
    linear-gradient(115deg, rgba(139, 92, 246, .14), rgba(245, 158, 11, .07)),
    #0d1024 !important;
}

.page-login-ck .security-card,
.page-login-ck .security-item-card {
  border: 1px solid rgba(139, 92, 246, .24) !important;
  border-radius: 22px 6px 22px 6px !important;
  background: rgba(18, 21, 48, .84) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .20) !important;
}

.page-login-ck .security-item-card:hover {
  border-color: rgba(139, 92, 246, .40) !important;
  box-shadow: 0 22px 52px rgba(0, 0, 0, .24) !important;
}

.page-login-ck .security-item-card .icon {
  border: 1px solid rgba(139, 92, 246, .20) !important;
  background: rgba(139, 92, 246, .12) !important;
  color: var(--primary) !important;
}

.page-login-ck .security-item-card .icon.gold {
  border-color: rgba(245, 158, 11, .24) !important;
  background: rgba(245, 158, 11, .12) !important;
  color: var(--secondary) !important;
}

.page-login-ck .security-item-card p {
  color: #cbd5f5 !important;
}

.page-login-ck .faq-section {
  order: 7;
  background: #11142c !important;
}

.page-login-ck .faq-section .accordion {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.page-login-ck .faq-section .accordion-item {
  margin: 0 !important;
  border-radius: 16px 5px 16px 5px !important;
}

.page-login-ck .cta-section {
  order: 8;
  width: min(1320px, calc(100% - 40px));
  margin: 72px auto;
  border: 1px solid rgba(245, 158, 11, .18);
  border-radius: 42px 10px 42px 10px;
  background:
    linear-gradient(135deg, rgba(139, 92, 246, .16), rgba(245, 158, 11, .11)),
    #151329 !important;
}

.page-login-ck footer { order: 20; }

@media (max-width: 991.98px) {
  .page-login-ck .page-hero .container > .row {
    grid-template-columns: 1fr;
  }

  .page-login-ck .page-hero .container > .row > .col-lg-6:last-child {
    max-width: 620px !important;
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .page-login-ck .badge-row,
  .page-login-ck .page-hero .mt-4 .row,
  .page-login-ck .faq-section .accordion {
    grid-template-columns: 1fr;
  }
}

/* faq.html 专属布局：参考 VK8 FAQ 的帮助中心结构，并沿用 reliable 的紫金杂志风 */
.page-faq-ck {
  background:
    radial-gradient(circle at 14% 6%, rgba(139, 92, 246, .18), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(245, 158, 11, .10), transparent 30%),
    #080b18 !important;
}

.page-faq-ck > .navbar { order: 0; }
.page-faq-ck > .breadcrumb-wrap { order: 1; }
.page-faq-ck > .faq-hero { order: 2; }
.page-faq-ck > .stats-row { order: 3; }
.page-faq-ck > .faq-cats { order: 4; }
.page-faq-ck > .faq-section { order: 5; }
.page-faq-ck > .feature-grid { order: 6; }
.page-faq-ck > .content-section { order: 7; }
.page-faq-ck > .cta-section { order: 8; }
.page-faq-ck > footer { order: 20; }

.page-faq-ck .breadcrumb-wrap {
  border-bottom: 0 !important;
  background: rgba(13, 16, 36, .92) !important;
}

.page-faq-ck .faq-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 118px) 0 92px !important;
  border-bottom: 1px solid rgba(139, 92, 246, .18);
  background:
    radial-gradient(circle at 80% 14%, rgba(245, 158, 11, .16), transparent 25%),
    radial-gradient(circle at 18% 92%, rgba(139, 92, 246, .20), transparent 30%),
    linear-gradient(135deg, #090c1b, #15142d 58%, #0b0d1c) !important;
  text-align: left !important;
}

.page-faq-ck .faq-hero::before {
  content: "?";
  position: absolute;
  right: clamp(-30px, 5vw, 70px);
  top: -150px;
  color: rgba(255, 255, 255, .028);
  font: 800 clamp(18rem, 35vw, 34rem)/1 "Poppins", sans-serif;
  pointer-events: none;
}

.page-faq-ck .faq-hero .container {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.page-faq-ck .hero-badge,
.page-faq-ck .section-label {
  border-color: rgba(245, 158, 11, .24) !important;
  background: rgba(245, 158, 11, .09) !important;
  color: #f7c46b !important;
  letter-spacing: .12em;
}

.page-faq-ck .hero-badge i,
.page-faq-ck .section-label i,
.page-faq-ck .faq-search-icon,
.page-faq-ck .faq-cat-btn i,
.page-faq-ck .feat-icon i,
.page-faq-ck .faq-group-title i,
.page-faq-ck .sidebar-card h5 i,
.page-faq-ck .sidebar-links i,
.page-faq-ck .notice-box i,
.page-faq-ck .btn-cta-primary i,
.page-faq-ck .btn-cta-outline i,
.page-faq-ck .trust-badge i {
  display: none !important;
}

.page-faq-ck .hero-badge::before {
  content: "FAQ / 01";
  font-weight: 900;
}

.page-faq-ck .faq-hero h1 {
  max-width: 860px;
  margin-bottom: 22px !important;
  color: var(--text-light) !important;
  font-size: clamp(2.4rem, 5.3vw, 5.35rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -.055em;
}

.page-faq-ck .faq-hero h1 span {
  display: block;
  color: #f7c46b !important;
}

.page-faq-ck .faq-hero p {
  max-width: 720px !important;
  margin-left: 0 !important;
  color: #bdc4df !important;
  font-size: clamp(.98rem, 1.25vw, 1.12rem) !important;
  line-height: 1.85 !important;
}

.page-faq-ck .faq-search-wrap {
  max-width: 720px !important;
  margin: 34px 0 0 !important;
}

.page-faq-ck .faq-search {
  height: 64px;
  padding: 0 24px !important;
  border: 1px solid rgba(139, 92, 246, .36) !important;
  border-radius: 12px 28px 12px 28px !important;
  background: rgba(13, 16, 36, .88) !important;
  box-shadow: 0 22px 58px rgba(0, 0, 0, .24);
  color: var(--text-light) !important;
}

.page-faq-ck .faq-search:focus {
  border-color: var(--secondary) !important;
  box-shadow: 0 0 0 4px rgba(245, 158, 11, .10);
}

.page-faq-ck .stats-row {
  z-index: 2;
  margin-top: -36px;
  padding: 0 0 28px !important;
  background: transparent !important;
}

.page-faq-ck .stats-row .row {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(139, 92, 246, .26);
  border-radius: 30px 8px 30px 8px;
  background: rgba(17, 19, 43, .94);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .24);
}

.page-faq-ck .stats-row .row > [class*="col-"] {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

.page-faq-ck .stats-row .stat-item {
  min-height: 120px;
  border: 0 !important;
  border-right: 1px solid rgba(139, 92, 246, .18) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.page-faq-ck .stats-row .row > [class*="col-"]:last-child .stat-item {
  border-right: 0 !important;
}

.page-faq-ck .stat-item .num {
  color: #f7c46b !important;
}

.page-faq-ck .faq-cats {
  top: 72px !important;
  border-top: 1px solid rgba(139, 92, 246, .14);
  border-bottom: 1px solid rgba(139, 92, 246, .20) !important;
  background: rgba(8, 11, 24, .86) !important;
}

.page-faq-ck .cat-scroll {
  gap: 10px !important;
  padding: 16px 0 !important;
}

.page-faq-ck .faq-cat-btn {
  gap: 9px !important;
  border-color: rgba(139, 92, 246, .24) !important;
  border-radius: 999px 999px 999px 8px !important;
  background: rgba(17, 19, 43, .82) !important;
  color: #b8bddb !important;
}

.page-faq-ck .faq-cat-btn::before {
  display: inline-grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  background: rgba(139, 92, 246, .18);
  color: #fff;
  font-size: .62rem;
  font-weight: 900;
}

.page-faq-ck .faq-cat-btn:nth-child(1)::before { content: "01"; }
.page-faq-ck .faq-cat-btn:nth-child(2)::before { content: "02"; }
.page-faq-ck .faq-cat-btn:nth-child(3)::before { content: "03"; }
.page-faq-ck .faq-cat-btn:nth-child(4)::before { content: "04"; }
.page-faq-ck .faq-cat-btn:nth-child(5)::before { content: "05"; }
.page-faq-ck .faq-cat-btn:nth-child(6)::before { content: "06"; }
.page-faq-ck .faq-cat-btn:nth-child(7)::before { content: "07"; }
.page-faq-ck .faq-cat-btn:nth-child(8)::before { content: "08"; }

.page-faq-ck .faq-cat-btn:hover,
.page-faq-ck .faq-cat-btn.active {
  border-color: rgba(245, 158, 11, .42) !important;
  background: rgba(245, 158, 11, .10) !important;
  color: #f7c46b !important;
}

.page-faq-ck .faq-section {
  padding: 86px 0 !important;
  background:
    linear-gradient(90deg, rgba(139, 92, 246, .08), transparent 36%),
    #0d1024 !important;
}

.page-faq-ck .faq-section > .container > .row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 44px !important;
}

.page-faq-ck .faq-section > .container > .row > [class*="col-"] {
  width: auto !important;
  max-width: none !important;
}

.page-faq-ck .faq-group {
  margin-bottom: 22px !important;
  padding: clamp(20px, 2.8vw, 32px);
  border: 1px solid rgba(139, 92, 246, .24);
  border-radius: 28px 8px 28px 8px;
  background: rgba(18, 21, 48, .82);
  box-shadow: 0 20px 54px rgba(0, 0, 0, .18);
}

.page-faq-ck .faq-group-title {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 18px !important;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(139, 92, 246, .18);
  color: var(--text-light) !important;
  font-size: 1.05rem !important;
}

.page-faq-ck .faq-group-title::before {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 12px 4px 12px 4px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  font: 900 .82rem/1 "Poppins", sans-serif;
}

.page-faq-ck #reg .faq-group-title::before { content: "A1"; }
.page-faq-ck #deposit .faq-group-title::before { content: "A2"; }
.page-faq-ck #withdraw .faq-group-title::before { content: "A3"; }
.page-faq-ck #bonus .faq-group-title::before { content: "A4"; }
.page-faq-ck #games .faq-group-title::before { content: "A5"; }
.page-faq-ck #security .faq-group-title::before { content: "A6"; }
.page-faq-ck #app .faq-group-title::before { content: "A7"; }
.page-faq-ck #account .faq-group-title::before { content: "A8"; }

.page-faq-ck .accordion {
  display: grid;
  gap: 12px;
}

.page-faq-ck .accordion-item {
  overflow: hidden;
  margin: 0 !important;
  border: 1px solid rgba(139, 92, 246, .18) !important;
  border-radius: 16px 5px 16px 5px !important;
  background: rgba(10, 13, 31, .76) !important;
}

.page-faq-ck .accordion-button {
  padding: 19px 20px !important;
  background: transparent !important;
  color: #f4f4ff !important;
  font-weight: 800 !important;
  line-height: 1.45;
  box-shadow: none !important;
}

.page-faq-ck .accordion-button:not(.collapsed) {
  color: #f7c46b !important;
  background: rgba(139, 92, 246, .11) !important;
}

.page-faq-ck .accordion-body {
  padding: 0 20px 22px !important;
  color: #b9c0df !important;
  font-size: .92rem;
  line-height: 1.85 !important;
}

.page-faq-ck .accordion-body a,
.page-faq-ck .accordion-body strong {
  color: #f7c46b !important;
}

.page-faq-ck .sidebar-card {
  border: 1px solid rgba(139, 92, 246, .24) !important;
  border-radius: 22px 6px 22px 6px !important;
  background: rgba(18, 21, 48, .92) !important;
  box-shadow: 0 22px 55px rgba(0, 0, 0, .20);
}

.page-faq-ck .sidebar-card h5 {
  color: var(--text-light) !important;
  letter-spacing: -.02em;
}

.page-faq-ck .sidebar-links a {
  border-left: 3px solid transparent;
  color: #b9c0df !important;
}

.page-faq-ck .sidebar-links a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 2px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  transform: rotate(45deg);
}

.page-faq-ck .sidebar-links a:hover {
  border-left-color: var(--secondary);
  color: #f7c46b !important;
}

.page-faq-ck .notice-box {
  border-radius: 8px 18px 8px 18px !important;
  background: rgba(245, 158, 11, .08) !important;
}

.page-faq-ck .feature-grid {
  padding: 84px 0 !important;
  background: #11142c !important;
}

.page-faq-ck .feature-grid .row.g-4 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px !important;
}

.page-faq-ck .feature-grid .row.g-4 > [class*="col-"] {
  width: auto !important;
  max-width: none !important;
}

.page-faq-ck .feat-card {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 4px 18px;
  min-height: 220px;
  padding: 28px !important;
  border: 1px solid rgba(139, 92, 246, .24) !important;
  border-radius: 8px 26px 8px 26px !important;
  background:
    linear-gradient(145deg, rgba(139, 92, 246, .10), rgba(245, 158, 11, .05)),
    rgba(18, 21, 48, .82) !important;
}

.page-faq-ck .feat-icon {
  display: grid !important;
  width: 58px !important;
  height: 58px !important;
  grid-row: span 2;
  place-items: center;
  border-radius: 18px 6px 18px 6px !important;
  background: linear-gradient(135deg, var(--primary), var(--secondary)) !important;
}

.page-faq-ck .feat-icon::before {
  color: #fff;
  font: 900 .9rem/1 "Poppins", sans-serif;
}

.page-faq-ck .feature-grid .row > div:nth-child(1) .feat-icon::before { content: "Q1"; }
.page-faq-ck .feature-grid .row > div:nth-child(2) .feat-icon::before { content: "Q2"; }
.page-faq-ck .feature-grid .row > div:nth-child(3) .feat-icon::before { content: "Q3"; }
.page-faq-ck .feature-grid .row > div:nth-child(4) .feat-icon::before { content: "Q4"; }
.page-faq-ck .feature-grid .row > div:nth-child(5) .feat-icon::before { content: "Q5"; }
.page-faq-ck .feature-grid .row > div:nth-child(6) .feat-icon::before { content: "Q6"; }

.page-faq-ck .feat-card h5 {
  margin-top: 4px !important;
  color: var(--text-light) !important;
}

.page-faq-ck .feat-card p {
  grid-column: 2;
  color: #b9c0df !important;
}

.page-faq-ck .content-section {
  padding: 90px 0 !important;
  background:
    linear-gradient(180deg, rgba(139, 92, 246, .08), rgba(245, 158, 11, .04)),
    #0d1024 !important;
}

.page-faq-ck .content-card {
  margin-bottom: 22px !important;
  border: 0 !important;
  border-left: 5px solid var(--primary) !important;
  border-radius: 0 28px 28px 0 !important;
  background: rgba(18, 21, 48, .82) !important;
}

.page-faq-ck .content-card h2 {
  color: var(--text-light) !important;
  letter-spacing: -.035em;
}

.page-faq-ck .content-card .num {
  background: linear-gradient(135deg, var(--primary), var(--secondary)) !important;
}

.page-faq-ck .content-card p,
.page-faq-ck .content-card li {
  color: #b9c0df !important;
}

.page-faq-ck .cta-section {
  width: min(1320px, calc(100% - 40px));
  margin: 72px auto;
  border: 1px solid rgba(245, 158, 11, .20);
  border-radius: 42px 10px 42px 10px;
  background:
    radial-gradient(circle at 50% 0, rgba(245, 158, 11, .12), transparent 42%),
    linear-gradient(135deg, rgba(139, 92, 246, .16), rgba(245, 158, 11, .08)),
    #151329 !important;
}

.page-faq-ck .btn-cta-primary,
.page-faq-ck .btn-cta-outline {
  border-radius: 8px 20px 8px 20px !important;
}

.page-faq-ck .trust-badge {
  border-radius: 999px !important;
  border-color: rgba(139, 92, 246, .24) !important;
  background: rgba(18, 21, 48, .78) !important;
}

.page-faq-ck footer .footer-logo,
.page-faq-ck .navbar-brand {
  border-radius: 14px 4px 14px 4px;
}

.page-faq-ck .footer-wordmark {
  display: inline-grid;
  min-width: 154px;
  height: 50px;
  place-items: center;
  margin-bottom: 20px;
  border: 1px solid rgba(139, 92, 246, .42);
  border-radius: 14px 4px 14px 4px;
  background: linear-gradient(135deg, rgba(139, 92, 246, .20), rgba(245, 158, 11, .12));
  color: var(--text-light) !important;
  font: 900 1rem/1 "Poppins", sans-serif;
  letter-spacing: .09em;
  text-decoration: none !important;
}

.page-faq-ck .footer-wordmark::before {
  content: "CK777 / FAQ";
}

.page-faq-ck .footer-wordmark span {
  color: #f7c46b;
}

@media (max-width: 991.98px) {
  .page-faq-ck .faq-section > .container > .row,
  .page-faq-ck .feature-grid .row.g-4 {
    grid-template-columns: 1fr !important;
  }

  .page-faq-ck .faq-section [style*="sticky"] {
    position: static !important;
  }
}

@media (max-width: 767.98px) {
  .page-faq-ck .faq-hero {
    padding: 58px 0 70px !important;
  }

  .page-faq-ck .stats-row .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-faq-ck .stats-row .row > [class*="col-"]:nth-child(2) .stat-item {
    border-right: 0 !important;
  }

  .page-faq-ck .cat-scroll {
    justify-content: flex-start;
  }

  .page-faq-ck .feat-card {
    grid-template-columns: 1fr;
  }

  .page-faq-ck .feat-card p {
    grid-column: auto;
  }
}

/* responsible-gaming.html 专属布局：责任使用手册，沿用 CK777 紫金深色体系 */
.page-responsible-ck {
  background:
    radial-gradient(circle at 10% 10%, rgba(139, 92, 246, .16), transparent 30%),
    radial-gradient(circle at 90% 8%, rgba(245, 158, 11, .10), transparent 26%),
    #080b18 !important;
}

.page-responsible-ck > .navbar { order: 0; }
.page-responsible-ck > .breadcrumb-wrap { order: 1; }
.page-responsible-ck > .page-hero { order: 2; }
.page-responsible-ck > section:nth-of-type(2) { order: 3; }
.page-responsible-ck > section:nth-of-type(3) { order: 4; }
.page-responsible-ck > .cta-section { order: 5; }
.page-responsible-ck > footer { order: 20; }

.page-responsible-ck .breadcrumb-wrap {
  border-bottom: 0 !important;
  background: rgba(13, 16, 36, .92) !important;
}

.page-responsible-ck .page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 116px) 0 112px !important;
  border-bottom: 1px solid rgba(139, 92, 246, .18);
  background:
    radial-gradient(circle at 74% 18%, rgba(245, 158, 11, .15), transparent 25%),
    radial-gradient(circle at 12% 90%, rgba(139, 92, 246, .18), transparent 30%),
    linear-gradient(135deg, #090c1b, #15142d 58%, #0b0d1c) !important;
}

.page-responsible-ck .page-hero::before {
  content: "18+";
  position: absolute;
  right: clamp(-20px, 6vw, 84px);
  top: -54px;
  color: rgba(255, 255, 255, .030);
  font: 900 clamp(9rem, 20vw, 19rem)/1 "Poppins", sans-serif;
  pointer-events: none;
}

.page-responsible-ck .page-hero .row {
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .72fr);
  gap: 54px !important;
}

.page-responsible-ck .page-hero [class*="col-lg-"] {
  width: auto !important;
  max-width: none !important;
}

.page-responsible-ck .hero-badge,
.page-responsible-ck .section-label {
  border-color: rgba(245, 158, 11, .24) !important;
  background: rgba(245, 158, 11, .09) !important;
  color: #f7c46b !important;
  letter-spacing: .12em;
}

.page-responsible-ck .hero-badge .dot,
.page-responsible-ck i,
.page-responsible-ck .feature-icon i,
.page-responsible-ck .notice-box i,
.page-responsible-ck .toc-card h5 i,
.page-responsible-ck .sidebar-links i,
.page-responsible-ck .btn-accent i,
.page-responsible-ck .btn-outline i,
.page-responsible-ck .btn-gold i,
.page-responsible-ck .trust-badge i {
  display: none !important;
}

.page-responsible-ck .hero-badge::before {
  content: "RESPONSIBLE / 18+";
  font-weight: 900;
}

.page-responsible-ck .page-hero h1 {
  max-width: 860px;
  color: var(--text-light) !important;
  font-size: clamp(2.35rem, 5.1vw, 5.1rem) !important;
  line-height: 1.06 !important;
  letter-spacing: -.055em;
}

.page-responsible-ck .page-hero h1 .brand,
.page-responsible-ck .section-title span,
.page-responsible-ck .highlight-green {
  color: #f7c46b !important;
}

.page-responsible-ck .page-hero p {
  max-width: 760px;
  color: #bdc4df !important;
  font-size: clamp(.98rem, 1.2vw, 1.1rem) !important;
  line-height: 1.85 !important;
}

.page-responsible-ck .btn-accent,
.page-responsible-ck .btn-outline,
.page-responsible-ck .btn-gold {
  border-radius: 8px 20px 8px 20px !important;
}

.page-responsible-ck .btn-accent,
.page-responsible-ck .btn-gold {
  background: linear-gradient(135deg, var(--primary), var(--secondary)) !important;
  box-shadow: 0 14px 34px rgba(139, 92, 246, .20);
}

.page-responsible-ck .badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-responsible-ck .trust-badge {
  border-color: rgba(139, 92, 246, .24) !important;
  border-radius: 999px !important;
  background: rgba(18, 21, 48, .78) !important;
  color: #d8dcf3 !important;
}

.page-responsible-ck .stat-box {
  min-height: 154px;
  border: 1px solid rgba(139, 92, 246, .26) !important;
  border-radius: 26px 7px 26px 7px !important;
  background:
    linear-gradient(145deg, rgba(139, 92, 246, .12), rgba(245, 158, 11, .05)),
    rgba(18, 21, 48, .86) !important;
  box-shadow: 0 22px 54px rgba(0, 0, 0, .20);
}

.page-responsible-ck .stat-num,
.page-responsible-ck .stat-num.gold {
  color: #f7c46b !important;
}

.page-responsible-ck > section:nth-of-type(2) {
  padding: 88px 0 42px !important;
  background: #11142c !important;
}

.page-responsible-ck > section:nth-of-type(2) .row.g-4 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px !important;
}

.page-responsible-ck > section:nth-of-type(2) .row.g-4 > [class*="col-"] {
  width: auto !important;
  max-width: none !important;
}

.page-responsible-ck .feature-card {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 4px 18px;
  min-height: 230px;
  padding: 28px !important;
  border: 1px solid rgba(139, 92, 246, .24) !important;
  border-radius: 8px 26px 8px 26px !important;
  background:
    linear-gradient(145deg, rgba(139, 92, 246, .10), rgba(245, 158, 11, .05)),
    rgba(18, 21, 48, .82) !important;
}

.page-responsible-ck .feature-icon {
  display: grid !important;
  width: 58px !important;
  height: 58px !important;
  grid-row: span 2;
  place-items: center;
  border-radius: 18px 6px 18px 6px !important;
  background: linear-gradient(135deg, var(--primary), var(--secondary)) !important;
}

.page-responsible-ck .feature-icon::before {
  color: #fff;
  font: 900 .9rem/1 "Poppins", sans-serif;
}

.page-responsible-ck > section:nth-of-type(2) .row > div:nth-child(1) .feature-icon::before { content: "R1"; }
.page-responsible-ck > section:nth-of-type(2) .row > div:nth-child(2) .feature-icon::before { content: "R2"; }
.page-responsible-ck > section:nth-of-type(2) .row > div:nth-child(3) .feature-icon::before { content: "R3"; }
.page-responsible-ck > section:nth-of-type(2) .row > div:nth-child(4) .feature-icon::before { content: "R4"; }
.page-responsible-ck > section:nth-of-type(2) .row > div:nth-child(5) .feature-icon::before { content: "R5"; }
.page-responsible-ck > section:nth-of-type(2) .row > div:nth-child(6) .feature-icon::before { content: "R6"; }

.page-responsible-ck .feature-card h5 {
  margin-top: 4px !important;
  color: var(--text-light) !important;
}

.page-responsible-ck .feature-card p {
  grid-column: 2;
  color: #b9c0df !important;
}

.page-responsible-ck > section:nth-of-type(3) {
  padding: 42px 0 92px !important;
  background:
    linear-gradient(90deg, rgba(139, 92, 246, .08), transparent 38%),
    #0d1024 !important;
}

.page-responsible-ck > section:nth-of-type(3) > .container > .row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 44px !important;
}

.page-responsible-ck > section:nth-of-type(3) > .container > .row > [class*="col-"] {
  width: auto !important;
  max-width: none !important;
}

.page-responsible-ck .content-section,
.page-responsible-ck .quiz-card {
  margin-bottom: 22px !important;
  padding: clamp(24px, 3vw, 36px) !important;
  border: 1px solid rgba(139, 92, 246, .24) !important;
  border-left: 5px solid var(--primary) !important;
  border-radius: 0 28px 28px 0 !important;
  background: rgba(18, 21, 48, .82) !important;
  box-shadow: 0 22px 58px rgba(0, 0, 0, .18);
}

.page-responsible-ck .content-section h2,
.page-responsible-ck .quiz-card h4 {
  margin-bottom: 20px !important;
  color: var(--text-light) !important;
  letter-spacing: -.035em;
}

.page-responsible-ck .content-section h3 {
  margin-top: 26px !important;
  color: #f7c46b !important;
}

.page-responsible-ck .content-section p,
.page-responsible-ck .content-section li,
.page-responsible-ck .quiz-card p,
.page-responsible-ck .quiz-item {
  color: #b9c0df !important;
  line-height: 1.85 !important;
}

.page-responsible-ck .sec-num,
.page-responsible-ck .q-num,
.page-responsible-ck .toc-num {
  display: inline-grid !important;
  place-items: center;
  border-radius: 12px 4px 12px 4px !important;
  background: linear-gradient(135deg, var(--primary), var(--secondary)) !important;
  color: #fff !important;
  font-weight: 900 !important;
}

.page-responsible-ck .check-list li {
  padding-left: 24px !important;
}

.page-responsible-ck .check-list li::before {
  top: .76em;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
}

.page-responsible-ck .notice-box {
  border-radius: 8px 20px 8px 20px !important;
  border-color: rgba(245, 158, 11, .22) !important;
  background: rgba(245, 158, 11, .07) !important;
}

.page-responsible-ck table,
.page-responsible-ck .table {
  overflow: hidden;
  border-radius: 18px 6px 18px 6px !important;
}

.page-responsible-ck .quiz-item {
  border-color: rgba(139, 92, 246, .18) !important;
  border-radius: 14px 5px 14px 5px !important;
  background: rgba(10, 13, 31, .58) !important;
}

.page-responsible-ck .toc-card,
.page-responsible-ck .sidebar-card {
  border: 1px solid rgba(139, 92, 246, .24) !important;
  border-radius: 22px 6px 22px 6px !important;
  background: rgba(18, 21, 48, .92) !important;
  box-shadow: 0 22px 55px rgba(0, 0, 0, .20);
}

.page-responsible-ck .toc-card {
  top: 100px !important;
}

.page-responsible-ck .toc-card h5,
.page-responsible-ck .sidebar-card h5 {
  color: var(--text-light) !important;
}

.page-responsible-ck .toc-list a,
.page-responsible-ck .sidebar-links a {
  color: #b9c0df !important;
}

.page-responsible-ck .toc-list a:hover,
.page-responsible-ck .sidebar-links a:hover {
  color: #f7c46b !important;
}

.page-responsible-ck .sidebar-links a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 2px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  transform: rotate(45deg);
}

.page-responsible-ck .cta-section {
  width: min(1320px, calc(100% - 40px));
  margin: 72px auto;
  border: 1px solid rgba(245, 158, 11, .20);
  border-radius: 42px 10px 42px 10px;
  background:
    radial-gradient(circle at 50% 0, rgba(245, 158, 11, .12), transparent 42%),
    linear-gradient(135deg, rgba(139, 92, 246, .16), rgba(245, 158, 11, .08)),
    #151329 !important;
}

.page-responsible-ck .cta-section [style*="background:rgba(34,197,94"] {
  border-color: rgba(139, 92, 246, .24) !important;
  background: rgba(18, 21, 48, .80) !important;
}

.page-responsible-ck .footer-wordmark {
  display: inline-grid;
  min-width: 230px;
  height: 50px;
  place-items: center;
  margin-bottom: 20px;
  border: 1px solid rgba(139, 92, 246, .42);
  border-radius: 14px 4px 14px 4px;
  background: linear-gradient(135deg, rgba(139, 92, 246, .20), rgba(245, 158, 11, .12));
  color: var(--text-light) !important;
  font: 900 .92rem/1 "Poppins", sans-serif;
  letter-spacing: .08em;
  text-decoration: none !important;
}

.page-responsible-ck .footer-wordmark::before {
  content: "CK777 / RESPONSIBLE";
}

.page-responsible-ck .footer-bottom a {
  color: #f7c46b !important;
}

@media (max-width: 991.98px) {
  .page-responsible-ck .page-hero .row,
  .page-responsible-ck > section:nth-of-type(2) .row.g-4,
  .page-responsible-ck > section:nth-of-type(3) > .container > .row {
    grid-template-columns: 1fr !important;
  }

  .page-responsible-ck .toc-card {
    position: static !important;
  }
}

@media (max-width: 767.98px) {
  .page-responsible-ck .page-hero {
    padding: 58px 0 72px !important;
  }

  .page-responsible-ck .feature-card {
    grid-template-columns: 1fr;
  }

  .page-responsible-ck .feature-card p {
    grid-column: auto;
  }
}

/* 全站最终统一：顶部导航以首页截图为准，面包屑以 reliable.html 截图为准 */
.navbar {
  position: sticky !important;
  top: 0;
  z-index: 1000;
  padding: 18px 0 !important;
  background: rgba(8, 11, 24, .96) !important;
  border-bottom: 1px solid rgba(139, 92, 246, .10) !important;
  box-shadow: 0 10px 34px rgba(0, 0, 0, .20);
}

.navbar > .container,
.breadcrumb-wrap > .container {
  width: min(1760px, calc(100% - 140px));
  max-width: none !important;
}

.navbar > .container {
  display: flex;
  align-items: center;
  gap: 28px;
}

.navbar-collapse {
  flex-grow: 0 !important;
  margin-left: auto;
}

.navbar-nav,
.navbar-nav.mx-auto,
.navbar-nav.ms-auto {
  display: flex;
  align-items: center !important;
  gap: 8px !important;
  margin-left: auto !important;
  margin-right: 0 !important;
  padding: 8px !important;
  border: 1px solid rgba(139, 92, 246, .20);
  border-radius: 24px;
  background: rgba(8, 11, 24, .72);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .025);
}

.navbar-brand {
  display: inline-grid !important;
  min-width: 132px !important;
  height: 54px !important;
  place-items: center;
  border: 1px solid rgba(139, 92, 246, .42) !important;
  border-radius: 18px 6px 18px 6px !important;
  background:
    linear-gradient(135deg, rgba(139, 92, 246, .20), rgba(245, 158, 11, .12)),
    #1b1730 !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04);
}

.navbar-brand img {
  display: none !important;
}

.navbar-brand::before {
  content: "CK777";
  color: var(--text-light);
  font: 900 1.18rem/1 "Poppins", sans-serif;
  letter-spacing: .10em;
}

.navbar .nav-link {
  min-height: 44px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 16px !important;
  border-radius: 14px !important;
  color: #d5d9ec !important;
  font-weight: 800 !important;
  font-size: .93rem !important;
  white-space: nowrap;
  transition: color .18s ease, background .18s ease, transform .18s ease;
}

.navbar .nav-link:hover {
  color: #fff !important;
  background: rgba(139, 92, 246, .12) !important;
  transform: translateY(-1px);
}

.navbar .nav-link.active {
  color: #fff !important;
  background: linear-gradient(135deg, #8b5cf6, #7c3aed) !important;
  box-shadow: 0 12px 28px rgba(139, 92, 246, .22);
}

.navbar .btn-register,
.navbar .nav-cta,
.navbar .nav-login {
  min-width: 152px;
  color: #fff !important;
  background: linear-gradient(135deg, #a975ee, #f59e0b) !important;
  box-shadow: 0 14px 30px rgba(245, 158, 11, .18);
}

.navbar .btn-register:hover,
.navbar .nav-cta:hover,
.navbar .nav-login:hover {
  color: #fff !important;
  background: linear-gradient(135deg, #b985f6, #f8a51b) !important;
}

.navbar-toggler {
  border-color: rgba(139, 92, 246, .32) !important;
}

.breadcrumb-wrap {
  order: 1;
  padding: 28px 0 !important;
  border-top: 1px solid rgba(139, 92, 246, .06) !important;
  border-bottom: 1px solid rgba(139, 92, 246, .10) !important;
  background:
    linear-gradient(90deg, rgba(139, 92, 246, .12), rgba(17, 19, 43, .80) 42%, rgba(8, 11, 24, .94)),
    #11132b !important;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  font-size: .95rem !important;
}

.breadcrumb-item,
.breadcrumb-item a {
  color: #8b5cf6 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.breadcrumb-item:first-child a::before {
  content: none !important;
  display: none !important;
}

.breadcrumb-item.active {
  color: #a9aecf !important;
  font-weight: 700 !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "/" !important;
  padding: 0 12px !important;
  color: #80769f !important;
}

.hero-section,
.page-hero,
.app-hero,
.games-hero,
.faq-hero {
  border-top: 0 !important;
  background:
    radial-gradient(circle at 18% 12%, rgba(139, 92, 246, .16), transparent 28%),
    radial-gradient(circle at 88% 22%, rgba(245, 158, 11, .09), transparent 30%),
    linear-gradient(135deg, #11132b, #16142c 58%, #0d1024) !important;
}

@media (max-width: 1399.98px) {
  .navbar > .container,
  .breadcrumb-wrap > .container {
    width: min(100% - 48px, 1320px);
  }

  .navbar .nav-link {
    padding: 0 11px !important;
    font-size: .84rem !important;
  }
}

@media (max-width: 991.98px) {
  .navbar {
    padding: 12px 0 !important;
  }

  .navbar > .container,
  .breadcrumb-wrap > .container {
    width: min(100% - 32px, 720px);
  }

  .navbar-collapse {
    width: 100%;
    margin-top: 14px;
  }

  .navbar-nav,
  .navbar-nav.mx-auto,
  .navbar-nav.ms-auto {
    align-items: stretch !important;
    border-radius: 18px;
  }

  .navbar .nav-link {
    justify-content: flex-start;
  }

  .navbar .btn-register,
  .navbar .nav-cta,
  .navbar .nav-login {
    justify-content: center;
  }

  .breadcrumb-wrap {
    padding: 20px 0 !important;
  }
}

/* snooker.html 正文与侧栏改用 voucher.html 同款正文/侧栏卡片风格 */
.page-snooker .snooker-voucher-content {
  order: 6;
  padding: 72px 0 !important;
  background:
    radial-gradient(circle at 10% 12%, rgba(139, 92, 246, .12), transparent 32%),
    linear-gradient(90deg, rgba(139, 92, 246, .08), rgba(245, 158, 11, .035)),
    #11142c !important;
}

.page-snooker .snooker-voucher-content > .container > .row {
  align-items: flex-start;
  flex-direction: row-reverse;
}

.page-snooker .snooker-voucher-content .content-box {
  padding: clamp(28px, 4vw, 52px) !important;
  border: 0 !important;
  border-left: 5px solid var(--primary) !important;
  border-radius: 0 28px 28px 0 !important;
  background:
    linear-gradient(110deg, rgba(139, 92, 246, .09), rgba(255, 255, 255, .025)),
    rgba(17, 19, 43, .82) !important;
  box-shadow: 0 24px 58px rgba(0, 0, 0, .22);
}

.page-snooker .snooker-voucher-content .content-box h2,
.page-snooker .snooker-voucher-content .section-title {
  color: var(--text-light) !important;
  letter-spacing: -.035em;
}

.page-snooker .snooker-voucher-content .content-box h2 > i,
.page-snooker .snooker-voucher-content .content-box h3 > i,
.page-snooker .snooker-voucher-content .sidebar-card h5 > i,
.page-snooker .snooker-voucher-content .sidebar-links i,
.page-snooker .snooker-voucher-content .check-list i {
  display: none !important;
}

.page-snooker .snooker-voucher-content .content-box p,
.page-snooker .snooker-voucher-content .content-box li,
.page-snooker .snooker-voucher-content .section-subtitle {
  color: #b9c0df !important;
  line-height: 1.85 !important;
}

.page-snooker .snooker-voucher-content .check-list li {
  position: relative;
  padding-left: 24px !important;
}

.page-snooker .snooker-voucher-content .check-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: .78em;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  transform: rotate(45deg);
}

.page-snooker .snooker-voucher-content .col-lg-4 {
  position: static;
  top: auto;
}

.page-snooker .snooker-voucher-content .sidebar-card {
  border-radius: 22px 8px 22px 8px !important;
  background:
    linear-gradient(145deg, rgba(139, 92, 246, .08), rgba(245, 158, 11, .035)),
    rgba(17, 19, 43, .92) !important;
  box-shadow: 0 22px 55px rgba(0, 0, 0, .20);
}

.page-snooker .voucher-reliable-nav,
.page-snooker .voucher-reliable-offer {
  padding: 28px 26px !important;
  border: 1px solid rgba(139, 92, 246, .28) !important;
  border-radius: 20px 7px 20px 7px !important;
  background: rgba(17, 19, 43, .94) !important;
}

.page-snooker .voucher-reliable-nav h5,
.page-snooker .voucher-reliable-offer h5 {
  margin-bottom: 14px !important;
  padding-bottom: 16px !important;
  border-bottom: 1px solid rgba(139, 92, 246, .18) !important;
  color: var(--text-light) !important;
  font-size: 1.05rem !important;
}

.page-snooker .voucher-reliable-nav .sidebar-links li {
  padding: 0 !important;
  border-bottom: 1px solid rgba(139, 92, 246, .08) !important;
}

.page-snooker .voucher-reliable-nav .sidebar-links li:last-child {
  border-bottom: 0 !important;
}

.page-snooker .voucher-reliable-nav .sidebar-links a {
  display: block !important;
  padding: 13px 18px !important;
  border-left: 2px solid transparent;
  color: #b9c0df !important;
  font-size: .9rem !important;
  line-height: 1.45;
}

.page-snooker .voucher-reliable-nav .sidebar-links a:hover {
  border-left-color: var(--secondary);
  color: var(--text-light) !important;
  transform: translateX(5px);
}

.page-snooker .voucher-reliable-offer {
  border-color: rgba(34, 197, 94, .30) !important;
  background:
    linear-gradient(145deg, rgba(139, 92, 246, .08), rgba(245, 158, 11, .05)),
    rgba(17, 19, 43, .96) !important;
}

.page-snooker .voucher-reliable-offer h5 {
  color: var(--primary) !important;
}

.page-snooker .voucher-reliable-offer p {
  margin-bottom: 20px;
  color: var(--text-muted);
  font-size: .87rem;
  line-height: 1.8;
}

.page-snooker .voucher-reliable-offer strong {
  color: var(--text-light);
}

.page-snooker .voucher-reliable-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 50px;
  border-radius: 10px 18px 10px 18px;
  color: white !important;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 12px 28px rgba(139, 92, 246, .18);
}

.page-snooker .voucher-reliable-button:hover {
  color: white !important;
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .page-snooker .snooker-voucher-content .col-lg-4 {
    position: static;
  }
}
/* gates-of-olympus.html: reliable-style content + sidebar */
.page-olympus .olympus-content {
  order: 5;
  overflow-x: hidden;
  padding: 64px 0 !important;
}

.page-olympus .olympus-content > .container > .row {
  flex-direction: row-reverse !important;
  align-items: flex-start !important;
  --bs-gutter-x: 2.25rem;
  --bs-gutter-y: 2rem;
}

.page-olympus .olympus-content .content-box {
  padding: clamp(26px, 4vw, 48px) !important;
  border: 0 !important;
  border-left: 5px solid var(--primary) !important;
  border-radius: 0 26px 26px 0 !important;
  background: linear-gradient(110deg, rgba(139, 92, 246, .08), rgba(255, 255, 255, .025)) !important;
  box-shadow: 0 24px 58px rgba(0, 0, 0, .22) !important;
}

.page-olympus .olympus-content .content-box h2 {
  color: var(--text-white) !important;
  font-size: clamp(1.55rem, 2.5vw, 2.3rem) !important;
  line-height: 1.18 !important;
  letter-spacing: -.035em;
}

.page-olympus .olympus-content .content-box h3 {
  color: var(--text-white) !important;
  font-weight: 800 !important;
}

.page-olympus .olympus-content .content-box h2 > i,
.page-olympus .olympus-content .content-box h3 > i,
.page-olympus .olympus-content .sidebar-card h5 > i,
.page-olympus .olympus-content .sidebar-links i,
.page-olympus .olympus-content .check-list i {
  display: none !important;
}

.page-olympus .olympus-content .content-box p,
.page-olympus .olympus-content .content-box li {
  color: #b9c0df !important;
  font-size: clamp(1rem, 1.15vw, 1.08rem) !important;
  line-height: 1.85 !important;
}

.page-olympus .olympus-content .check-list li {
  display: block !important;
  position: relative;
  gap: 0 !important;
  margin: 0 !important;
  padding: 13px 0 13px 30px !important;
  border-bottom: 1px solid rgba(139, 92, 246, .10) !important;
}

.page-olympus .olympus-content .check-list li:last-child {
  border-bottom: 0 !important;
}

.page-olympus .olympus-content .check-list li::before {
  content: "";
  position: absolute;
  top: 1.15em;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  transform: rotate(45deg);
}

.page-olympus .olympus-content .sidebar-card {
  border-radius: 20px 6px 20px 6px !important;
  background: rgba(17, 19, 43, .88) !important;
  border-color: rgba(139, 92, 246, .20) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .18) !important;
}

.page-olympus .olympus-content .sidebar-card h5 {
  color: var(--text-white) !important;
  font-size: 1rem !important;
  border-bottom-color: rgba(139, 92, 246, .18) !important;
}

.page-olympus .olympus-content .sidebar-links a {
  padding: 13px 16px 13px 18px !important;
  border-left: 2px solid transparent !important;
  border-radius: 0 12px 12px 0 !important;
  color: #b9c0df !important;
  background: transparent !important;
}

.page-olympus .olympus-content .sidebar-links a:hover {
  border-left-color: var(--secondary) !important;
  color: var(--text-white) !important;
  background: rgba(139, 92, 246, .10) !important;
  transform: translateX(5px);
  padding-left: 18px !important;
}

.page-olympus .olympus-content .game-info-table tr {
  border-bottom-color: rgba(139, 92, 246, .12) !important;
}

.page-olympus .olympus-content .game-info-table td {
  color: #b9c0df !important;
  padding: 9px 4px !important;
}

.page-olympus .olympus-content .game-info-table td:first-child {
  color: #8b93bd !important;
}

.page-olympus .olympus-content .game-info-table td:last-child {
  color: var(--text-white) !important;
}

@media (max-width: 991.98px) {
  .page-olympus .olympus-content > .container > .row {
    flex-direction: column !important;
  }

  .page-olympus .olympus-content .content-box,
  .page-olympus .olympus-content .sidebar-card {
    border-radius: 18px !important;
  }
}
/* CK777 shared short FAQ layout */
:is(.page-voucher, .page-app-ck, .page-perseus, .page-wl-live) .ck777-short-faq {
  background: #101329 !important;
}

:is(.page-voucher, .page-app-ck, .page-perseus, .page-wl-live) .ck777-short-faq .accordion {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

:is(.page-voucher, .page-app-ck, .page-perseus, .page-wl-live) .ck777-short-faq .accordion-item {
  margin: 0 !important;
  border-radius: 14px !important;
  background: rgba(17, 19, 43, .90) !important;
  border-color: rgba(139, 92, 246, .22) !important;
}

:is(.page-voucher, .page-app-ck, .page-perseus, .page-wl-live) .ck777-short-faq .accordion-button {
  min-height: 64px;
  color: var(--text-light, #f8fafc) !important;
  background: transparent !important;
  font-weight: 800 !important;
}

:is(.page-voucher, .page-app-ck, .page-perseus, .page-wl-live) .ck777-short-faq .accordion-button:not(.collapsed) {
  color: var(--primary, #8b5cf6) !important;
}

:is(.page-voucher, .page-app-ck, .page-perseus, .page-wl-live) .ck777-short-faq .accordion-body {
  color: #b9c0df !important;
  line-height: 1.8 !important;
}

@media (max-width: 767.98px) {
  :is(.page-voucher, .page-app-ck, .page-perseus, .page-wl-live) .ck777-short-faq .accordion {
    grid-template-columns: 1fr !important;
  }
}
/* CK777 compact hero baseline */
body[class] :is(.page-hero, .app-hero, .games-hero, .faq-hero) {
  min-height: 0 !important;
  padding: clamp(56px, 6vw, 86px) 0 !important;
  overflow: hidden !important;
}

body[class] :is(.page-hero, .app-hero, .games-hero) > .container > .row,
body[class] :is(.page-hero, .app-hero, .games-hero) .container > .row {
  display: grid !important;
  grid-template-columns: minmax(360px, .95fr) minmax(0, 1.05fr) !important;
  align-items: center !important;
  gap: clamp(28px, 4.5vw, 64px) !important;
}

body[class] :is(.page-hero, .app-hero, .games-hero) > .container > .row > [class*="col-"]:first-child,
body[class] :is(.page-hero, .app-hero, .games-hero) .container > .row > [class*="col-"]:first-child {
  order: 2 !important;
  width: auto !important;
  max-width: none !important;
}

body[class] :is(.page-hero, .app-hero, .games-hero) > .container > .row > [class*="col-"]:last-child,
body[class] :is(.page-hero, .app-hero, .games-hero) .container > .row > [class*="col-"]:last-child {
  order: 1 !important;
  width: auto !important;
  max-width: none !important;
}

body[class] :is(.page-hero, .app-hero, .games-hero, .faq-hero) h1 {
  max-width: 780px !important;
  font-size: clamp(2.25rem, 4.1vw, 4.15rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -.045em !important;
  margin-bottom: clamp(16px, 2vw, 24px) !important;
}

body[class] :is(.page-hero, .app-hero, .games-hero, .faq-hero) h1 span,
body[class] :is(.page-hero, .app-hero, .games-hero, .faq-hero) h1 .brand {
  display: inline !important;
  margin: 0 !important;
}

body[class] :is(.page-hero, .app-hero, .games-hero, .faq-hero) p {
  max-width: 620px !important;
  font-size: clamp(.98rem, 1.15vw, 1.12rem) !important;
  line-height: 1.75 !important;
}

body[class] :is(.page-hero, .app-hero, .games-hero) :is(.img-showcase, .hero-image, .hero-visual, .app-showcase, .games-showcase) {
  min-height: 0 !important;
  max-height: 520px !important;
  transform: none !important;
  border-radius: 28px 8px 28px 8px !important;
  box-shadow: 20px 20px 0 rgba(139, 92, 246, .10), 0 24px 56px rgba(0,0,0,.28) !important;
}

body[class] :is(.page-hero, .app-hero, .games-hero) :is(.img-showcase, .hero-image, .hero-visual, .app-showcase, .games-showcase) img,
body[class] :is(.page-hero, .app-hero, .games-hero) img {
  min-height: 0 !important;
  height: clamp(300px, 34vw, 520px) !important;
  object-fit: cover !important;
}

body[class] :is(.page-hero, .app-hero, .games-hero) .hero-badge,
body[class] :is(.page-hero, .app-hero, .games-hero) .hero-eyebrow {
  min-height: 0 !important;
  max-width: min(100%, 620px) !important;
  padding: 8px 16px !important;
  font-size: clamp(.82rem, 1.05vw, 1rem) !important;
  line-height: 1.25 !important;
  white-space: normal !important;
}

body[class] :is(.page-hero, .app-hero, .games-hero) .hero-badge::before,
body[class] :is(.page-hero, .app-hero, .games-hero) .hero-eyebrow::before {
  width: 34px !important;
  height: 34px !important;
  flex-basis: 34px !important;
  font-size: .82rem !important;
}

/* Unified hero opener badges: use a symbol mark instead of page-specific text stamps. */
body[class] :is(.hero-section, .page-hero, .app-hero, .games-hero, .faq-hero) :is(.hero-badge, .hero-eyebrow, .hero-label) {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  width: max-content !important;
  max-width: min(100%, 620px) !important;
  min-height: 0 !important;
  padding: 8px 16px 8px 10px !important;
  border: 1px solid rgba(245, 158, 11, .30) !important;
  border-radius: 999px !important;
  background: rgba(8, 11, 24, .72) !important;
  color: var(--secondary) !important;
  font-size: clamp(.82rem, 1.05vw, 1rem) !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  letter-spacing: .02em !important;
  text-transform: none !important;
  white-space: normal !important;
}

body[class] :is(.hero-section, .page-hero, .app-hero, .games-hero, .faq-hero) :is(.hero-badge, .hero-eyebrow, .hero-label)::before {
  content: "\f11b" !important;
  display: inline-grid !important;
  width: 34px !important;
  height: 34px !important;
  flex: 0 0 34px !important;
  place-items: center !important;
  margin-right: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--primary), var(--secondary)) !important;
  color: #fff !important;
  font-family: "Font Awesome 6 Free" !important;
  font-size: .88rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

body[class] :is(.hero-section, .page-hero, .app-hero, .games-hero, .faq-hero) :is(.hero-badge, .hero-eyebrow, .hero-label) :is(i, .dot, .dot-pulse, .live-dot) {
  display: none !important;
}

body[class] :is(.page-hero, .app-hero, .games-hero) .badge-row,
body[class] :is(.page-hero, .app-hero, .games-hero) .hero-stats,
body[class] :is(.page-hero, .app-hero, .games-hero) .mt-4 {
  margin-top: clamp(16px, 2vw, 26px) !important;
}

@media (max-width: 991.98px) {
  body[class] :is(.page-hero, .app-hero, .games-hero) > .container > .row,
  body[class] :is(.page-hero, .app-hero, .games-hero) .container > .row {
    grid-template-columns: 1fr !important;
  }

  body[class] :is(.page-hero, .app-hero, .games-hero) > .container > .row > [class*="col-"]:first-child,
  body[class] :is(.page-hero, .app-hero, .games-hero) .container > .row > [class*="col-"]:first-child,
  body[class] :is(.page-hero, .app-hero, .games-hero) > .container > .row > [class*="col-"]:last-child,
  body[class] :is(.page-hero, .app-hero, .games-hero) .container > .row > [class*="col-"]:last-child {
    order: initial !important;
  }

  body[class] :is(.page-hero, .app-hero, .games-hero, .faq-hero) h1 {
    font-size: clamp(2rem, 10vw, 3.15rem) !important;
  }
}

/* 内页按 HTML 自然顺序排列：导航 → 面包屑 → Hero → 数据/正文。
   首页没有 body class，继续使用上方的 flex order 做区块重排。 */
body[class] {
  display: block;
}


/* CK777_PERSEUS_VOUCHER_SIDEBAR_FIX */
.page-perseus .voucher-reliable-nav,
.page-perseus .voucher-reliable-offer {
  padding: 28px 26px !important;
  border: 1px solid rgba(139, 92, 246, .28) !important;
  border-radius: 20px 7px 20px 7px !important;
  background: rgba(17, 19, 43, .94) !important;
}

.page-perseus .voucher-reliable-nav h5,
.page-perseus .voucher-reliable-offer h5 {
  margin-bottom: 14px !important;
  padding-bottom: 16px !important;
  border-bottom: 1px solid rgba(139, 92, 246, .18) !important;
  color: var(--text-light) !important;
  font-size: 1.05rem !important;
}

.page-perseus .voucher-reliable-nav .sidebar-links li {
  padding: 0 !important;
  border-bottom: 1px solid rgba(139, 92, 246, .08) !important;
}

.page-perseus .voucher-reliable-nav .sidebar-links li:last-child {
  border-bottom: 0 !important;
}

.page-perseus .voucher-reliable-nav .sidebar-links a {
  display: block !important;
  padding: 13px 18px !important;
  border-left: 2px solid transparent;
  color: #b9c0df !important;
  font-size: .9rem !important;
  line-height: 1.45;
}

.page-perseus .voucher-reliable-nav .sidebar-links a:hover {
  border-left-color: var(--secondary);
  color: var(--text-light) !important;
  background: transparent !important;
  transform: translateX(5px);
}

.page-perseus .voucher-reliable-offer {
  border-color: rgba(34, 197, 94, .30) !important;
  background:
    linear-gradient(145deg, rgba(139, 92, 246, .08), rgba(245, 158, 11, .05)),
    rgba(17, 19, 43, .96) !important;
}

.page-perseus .voucher-reliable-offer h5 {
  color: var(--primary) !important;
}

.page-perseus .voucher-reliable-offer p {
  margin-bottom: 20px;
  color: var(--text-muted);
  font-size: .87rem;
  line-height: 1.8;
}

.page-perseus .voucher-reliable-offer strong {
  color: var(--text-light);
}

.page-perseus .voucher-reliable-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 50px;
  border-radius: 10px 18px 10px 18px;
  color: white !important;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 12px 28px rgba(139, 92, 246, .18);
}

.page-perseus .voucher-reliable-button:hover {
  color: white !important;
  transform: translateY(-2px);
}

/* 统一 Hero 下方数据统计条：以 reliable.html 为视觉基准。 */
body[class] > :is(.stat-section, .stat-strip, .stats-row) {
  width: 100%;
  margin: 0;
  padding: 58px 0 !important;
  border-top: 1px solid rgba(139, 92, 246, .22) !important;
  border-bottom: 1px solid rgba(245, 158, 11, .14) !important;
  border-radius: 0 !important;
  background: linear-gradient(105deg, #20123b 0%, #17112f 48%, #27172a 100%) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body[class] > :is(.stat-section, .stat-strip, .stats-row) .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  margin: 0 !important;
}

body[class] > :is(.stat-section, .stat-strip, .stats-row) .row > [class*="col-"] {
  padding: 0 !important;
}

body[class] > :is(.stat-section, .stat-strip, .stats-row) .row > [class*="col-"]:not(:last-child) {
  border-right: 1px solid rgba(139, 92, 246, .16);
}

body[class] > :is(.stat-section, .stat-strip, .stats-row) :is(.stat-item, .stat-box) {
  display: flex !important;
  min-height: 116px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center;
}

body[class] > :is(.stat-section, .stat-strip, .stats-row) :is(.stat-number, .stat-num, .num) {
  display: block !important;
  margin: 0 0 8px !important;
  color: var(--primary) !important;
  font-size: clamp(1.8rem, 3vw, 2.4rem) !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: -.025em;
  text-transform: none !important;
}

body[class] > :is(.stat-section, .stat-strip, .stats-row) :is(.stat-label, .lbl) {
  display: block !important;
  margin: 0 !important;
  color: var(--text-muted) !important;
  font-size: .88rem !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

@media (max-width: 767.98px) {
  body[class] > :is(.stat-section, .stat-strip, .stats-row) {
    padding: 34px 0 !important;
  }

  body[class] > :is(.stat-section, .stat-strip, .stats-row) .row > [class*="col-"] {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(139, 92, 246, .16) !important;
  }

  body[class] > :is(.stat-section, .stat-strip, .stats-row) .row > [class*="col-"]:nth-child(odd) {
    border-right: 1px solid rgba(139, 92, 246, .16) !important;
  }

  body[class] > :is(.stat-section, .stat-strip, .stats-row) .row > [class*="col-"]:nth-last-child(-n + 2) {
    border-bottom: 0 !important;
  }

body[class] > :is(.stat-section, .stat-strip, .stats-row) :is(.stat-item, .stat-box) {
    min-height: 104px;
    padding: 16px 12px !important;
  }
}

/* CK777 logo restore: keep the new image logo visible without changing page backgrounds. */
.navbar-brand::before,
footer .col-lg-4 > a:first-child::before {
  content: none !important;
  display: none !important;
}

.navbar-brand {
  display: inline-flex !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.navbar-brand img {
  display: block !important;
  width: auto !important;
  max-width: 170px !important;
  height: 44px !important;
  object-fit: contain !important;
}

footer .footer-logo,
footer img.footer-logo {
  display: block !important;
  width: auto !important;
  max-width: 180px !important;
  height: 40px !important;
  object-fit: contain !important;
}

/* CK777 home color alignment: remove leftover emerald blocks on the homepage. */
body.page-home .how-section,
body.page-home .pricing-section {
  background:
    radial-gradient(circle at 18% 12%, rgba(139, 92, 246, .12), transparent 28%),
    radial-gradient(circle at 88% 22%, rgba(245, 158, 11, .07), transparent 30%),
    #11142c !important;
}

body.page-home .price-card,
body.page-home .price-card.featured {
  background: var(--card-bg, #171a35) !important;
  border-color: rgba(139, 92, 246, .28) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .20) !important;
}

body.page-home .price-card.featured:hover {
  box-shadow: 0 22px 52px rgba(0, 0, 0, .26) !important;
}

body.page-home .price-tier {
  background: rgba(139, 92, 246, .12) !important;
  border-color: rgba(139, 92, 246, .28) !important;
  color: var(--primary, #8b5cf6) !important;
}

/* CK777 Perseus color alignment: remove leftover emerald panels and normalize cards. */
.page-perseus > section[style*="var(--bg-green)"],
.page-perseus > div[style*="var(--bg-green)"],
.page-perseus > div[style*="#010f07"],
.page-perseus .stat-strip {
  background:
    radial-gradient(circle at 18% 12%, rgba(139, 92, 246, .12), transparent 28%),
    radial-gradient(circle at 88% 22%, rgba(245, 158, 11, .07), transparent 30%),
    #11142c !important;
}

.page-perseus > section[style*="var(--bg-dark)"] {
  background: #101329 !important;
}

.page-perseus .myth-card,
.page-perseus .feature-card,
.page-perseus .step-card {
  background: rgba(17, 19, 43, .92) !important;
  border: 1px solid rgba(139, 92, 246, .26) !important;
  border-radius: 22px 8px 22px 8px !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .20) !important;
}

.page-perseus .myth-card:hover,
.page-perseus .feature-card:hover,
.page-perseus .step-card:hover {
  border-color: rgba(139, 92, 246, .42) !important;
  box-shadow: 0 22px 52px rgba(0, 0, 0, .26) !important;
}

.page-perseus .section-label {
  background: rgba(139, 92, 246, .12) !important;
  border-color: rgba(139, 92, 246, .28) !important;
  color: var(--primary, #8b5cf6) !important;
}

.page-perseus .section-label.gold {
  background: rgba(245, 158, 11, .10) !important;
  border-color: rgba(245, 158, 11, .26) !important;
  color: var(--secondary, #f59e0b) !important;
}

.page-perseus .section-title {
  max-width: 980px;
  margin-right: auto !important;
  margin-left: auto !important;
  color: var(--text-light, #f4f4ff) !important;
  line-height: 1.22 !important;
}

.page-perseus .section-title span {
  color: var(--primary, #8b5cf6) !important;
}

.page-perseus .section-title span.gold,
.page-perseus .gold {
  color: var(--secondary, #f59e0b) !important;
}

.page-perseus .section-subtitle {
  color: var(--text-muted, #a9aecf) !important;
}

.page-perseus .myth-card-icon,
.page-perseus .feature-icon,
.page-perseus .step-number {
  background: linear-gradient(135deg, var(--primary, #8b5cf6), var(--secondary, #f59e0b)) !important;
  box-shadow: 0 12px 28px rgba(139, 92, 246, .18) !important;
}

.page-perseus .myth-card h6,
.page-perseus .feature-card h5,
.page-perseus .step-card h5 {
  color: var(--text-light, #f4f4ff) !important;
}

.page-perseus .myth-card p,
.page-perseus .feature-card p,
.page-perseus .step-card p {
  color: #b9c0df !important;
}

/* Global dark-card cleanup for legacy green page styles. */
.accordion-item,
.accordion-button,
.accordion-button:not(.collapsed),
.accordion-body,
.cta-section,
.voucher-cta,
.snooker-banner,
.olympus-banner,
.wild-faq,
.page-snooker .feature-card,
.page-snooker .step-card {
  border-color: var(--card-border) !important;
}

.accordion-item,
.accordion-button,
.accordion-button:not(.collapsed),
.accordion-body,
.snooker-banner,
.olympus-banner,
.wild-faq,
.page-snooker .feature-card,
.page-snooker .step-card {
  background: var(--card-bg) !important;
}

.accordion-button:not(.collapsed) {
  color: var(--primary) !important;
}

.accordion-body {
  color: var(--text-muted) !important;
}

.cta-section,
.voucher-cta {
  background:
    radial-gradient(circle at 18% 12%, rgba(139, 92, 246, .12), transparent 28%),
    radial-gradient(circle at 88% 22%, rgba(245, 158, 11, .07), transparent 30%),
    var(--bg-dark) !important;
  border-top: 1px solid var(--card-border) !important;
}

.cta-section::before,
.voucher-cta::before,
.snooker-banner::before,
.olympus-banner::before,
.olympus-banner::after {
  background: radial-gradient(circle, rgba(139, 92, 246, .08) 0%, transparent 70%) !important;
}

.snooker-banner,
.olympus-banner {
  box-shadow: none !important;
}

.feature-card:hover,
.step-card:hover,
.game-card:hover,
.service-card:hover,
.symbol-card:hover,
.platform-card:hover,
.benefit-card:hover,
.info-card:hover {
  border-color: rgba(139, 92, 246, .42) !important;
  box-shadow: 0 22px 52px rgba(0, 0, 0, .26) !important;
}
