* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at top, rgba(255, 178, 59, 0.18), transparent 35%),
    linear-gradient(180deg, var(--bg-2, #4a2810), var(--bg-1, #2a1505));
  color: #fff3d2;
  padding-bottom: 82px;
}

a {
  color: inherit;
  text-decoration: none;
}

.bg-layer {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 226, 122, 0.18), transparent 28%),
    radial-gradient(circle at 80% 20%, rgba(255, 138, 59, 0.16), transparent 30%);
  pointer-events: none;
  z-index: -1;
}

.top-banner {
  display: none;
}

.container {
  width: min(560px, 96%);
  margin: 18px auto;
}

.hero-card {
  max-width: 560px;
  margin: 0 auto;
  background: linear-gradient(180deg, var(--card-1, #4a2810), var(--card-2, #2a1505));
  border: 2px solid var(--card-border, rgba(255, 178, 80, 0.3));
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.45);
}

.hero-card-head {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  padding: 18px 14px 12px;
}

.tag {
  color: var(--accent, #ffe27a);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.tag-left {
  text-align: left;
}

.tag-right {
  text-align: right;
}

.brand-logo {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -1px;
  color: #fff;
  text-shadow: 0 4px 18px rgba(255, 226, 122, 0.45);
}

.brand-logo span {
  color: var(--accent, #ffe27a);
}

.hero-image {
  position: relative;
  width: calc(100% - 28px);
  margin: 0 auto;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.hero-overlay {
  position: absolute;
  left: 18px;
  bottom: 22px;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.85);
}

.overlay-title {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
}

.overlay-year {
  font-size: 48px;
  font-weight: 900;
  color: var(--accent, #ffe27a);
}

.overlay-sub {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
}

.rtp-live {
  position: absolute;
  right: 14px;
  top: 14px;
  background: linear-gradient(135deg, var(--primary, #ff8a3b), var(--accent-2, #ffb23b));
  color: #351600;
  padding: 9px 13px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 13px;
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.meta-item {
  padding: 14px 8px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.meta-item:last-child {
  border-right: 0;
}

.meta-item span {
  display: block;
  color: #ffd9a0;
  font-size: 11px;
  font-weight: 700;
}

.meta-item b {
  display: block;
  margin-top: 4px;
  color: var(--accent, #ffe27a);
  font-size: 15px;
}

.hero-domain {
  text-align: center;
  padding: 12px;
  color: #fff1c1;
  font-weight: 800;
  font-size: 14px;
}

.hero-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 14px;
}

.btn {
  display: block;
  text-align: center;
  padding: 13px 16px;
  border-radius: 12px;
  font-weight: 900;
  letter-spacing: 0.3px;
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent, #ffe27a), var(--primary, #ff8a3b));
  color: #361500;
}

.btn-secondary {
  background: linear-gradient(135deg, #fff5cc, var(--accent-2, #ffb23b));
  color: #3b1700;
}

.hero-copy {
  text-align: center;
  padding: 0 12px 18px;
  color: #f5d58a;
  font-size: 12px;
}

.internal-links {
  text-align: center;
  margin: 0 12px 14px;
  padding: 10px;
  border-top: 1px solid rgba(255, 226, 122, 0.16);
  border-bottom: 1px solid rgba(255, 226, 122, 0.16);
}

.internal-links a {
  display: inline-block;
  margin: 5px 8px;
  color: #ffd67a;
  font-size: 13px;
  font-weight: 800;
}

.internal-links a:hover {
  text-decoration: underline;
}

.product-meta-row {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 18px 0;
}

.pill {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 226, 122, 0.22);
  color: #ffe7a5;
  font-weight: 800;
}

.pill-hot {
  background: linear-gradient(135deg, var(--primary, #ff8a3b), var(--accent-2, #ffb23b));
  color: #341400;
}

.info-table,
.live-stats,
section {
  margin: 20px 0;
}

.info-table {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--card-border, rgba(255, 178, 80, 0.3));
  background: rgba(0, 0, 0, 0.18);
}

.info-head {
  background: var(--header-bg, linear-gradient(90deg, #a85a1e, #5a2d0a));
  padding: 16px;
  text-align: center;
  color: var(--accent, #ffe27a);
  font-weight: 900;
}

.info-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.info-row span {
  color: #ffd59a;
}

.info-row b {
  color: #fff;
  text-align: right;
}

.live-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.stat-box {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 226, 122, 0.22);
  border-radius: 18px;
  padding: 18px;
  text-align: center;
}

.stat-num,
.stat-num-rp {
  color: var(--accent, #ffe27a);
  font-size: 28px;
  font-weight: 900;
}

.stat-unit {
  display: inline-block;
  margin-left: 4px;
  color: var(--accent, #ffe27a);
  font-weight: 900;
}

.stat-label {
  margin-top: 6px;
  color: #ffe0a8;
  font-size: 13px;
}

.sec-title {
  text-align: center;
  color: var(--accent, #ffe27a);
  font-size: 24px;
  margin: 26px 0 16px;
}

/* Chat / withdrawal screenshot style */
.chat-section {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: min(1240px, calc(100vw - 32px));
  margin: 26px auto;
}

@media (max-width: 768px) {
  .chat-section {
    position: static;
    left: auto;
    transform: none;
    width: auto;
    margin: 20px 0;
  }
}

.page-sub {
  text-align: center;
  color: #cfeabf;
  margin-bottom: 18px;
  font-size: 14px;
}

.chat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.chat-card {
  background: linear-gradient(180deg, rgba(74, 40, 16, 0.78), rgba(42, 21, 5, 0.82));
  border: 1px solid rgba(255, 226, 122, 0.22);
  border-radius: 14px;
  padding: 14px 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.chat-card.in-view {
  opacity: 1;
  transform: none;
}

.chat-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffe27a;
  font-weight: 900;
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed rgba(255, 226, 122, 0.28);
}

.chat-head > span:last-child {
  color: #7fd28a;
  font-size: 12px;
  font-weight: 700;
}

.msg {
  position: relative;
  padding: 10px 14px 22px;
  border-radius: 12px;
  margin: 6px 0;
  color: #2a1a08;
  line-height: 1.55;
  font-size: 13px;
  max-width: 96%;
  word-wrap: break-word;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
}

.msg b {
  color: #1f1407;
}

.msg-in {
  background: #f3e7d2;
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin-right: auto;
  border-top-left-radius: 4px;
}

.msg-out {
  background: #dcf5c8;
  border: 1px solid rgba(124, 200, 90, 0.35);
  margin-left: auto;
  border-top-right-radius: 4px;
}

.msg .t {
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: #7c6a4a;
  font-size: 10px;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 768px) {
  .chat-grid {
    grid-template-columns: 1fr;
  }
}

/* RTP blocks */
.rtp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.rtp-cell {
  padding: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 226, 122, 0.18);
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.rtp-cell b {
  color: #ffe27a;
}

/* Badges */
.badges-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.badge-card {
  padding: 14px;
  text-align: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 226, 122, 0.18);
}

.bc-ic {
  font-size: 24px;
}

.badge-card b {
  display: block;
  color: #ffe27a;
}

.badge-card small {
  color: #ffe0a8;
}

/* Methods */
.trust-methods {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.method {
  padding: 13px;
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 226, 122, 0.2);
  border-radius: 14px;
  color: #ffe8b5;
  font-weight: 900;
}

.cta-final {
  background: linear-gradient(180deg, rgba(255, 226, 122, 0.18), rgba(255, 138, 59, 0.12));
  border: 1px solid rgba(255, 226, 122, 0.25);
  border-radius: 22px;
  padding: 24px;
  text-align: center;
}

.cta-final h2 {
  color: var(--accent, #ffe27a);
  margin: 0 0 8px;
  font-size: 28px;
}

.cta-final p {
  color: #ffe0a8;
}

/* SEO sections and child pages */
.seo-section {
  margin: 24px 0;
  padding: 22px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 226, 122, 0.22);
  color: #f7ead4;
  line-height: 1.75;
}

.seo-section h1,
.seo-section h2,
.seo-section h3 {
  color: #ffe27a;
  margin: 0 0 12px;
}

.seo-section p {
  margin: 0 0 14px;
}

.seo-list {
  padding-left: 20px;
  margin: 10px 0 0;
}

.seo-list li {
  margin-bottom: 8px;
}

.faq-box {
  margin-top: 14px;
}

.faq-item {
  padding: 14px 0;
  border-top: 1px solid rgba(255, 226, 122, 0.18);
}

.faq-item strong {
  color: #ffe27a;
  display: block;
  margin-bottom: 6px;
}

/* Bottom nav */
.bottom-nav {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(560px, 100%);
  display: grid;
  grid-template-columns: 1fr 1fr 1.5fr 1fr 1fr;
  gap: 0;
  background: rgba(42, 21, 5, 0.96);
  border-top: 1px solid rgba(255, 226, 122, 0.28);
  box-shadow: 0 -8px 26px rgba(0, 0, 0, 0.35);
  z-index: 20;
}

.bottom-nav a,
.nawala {
  padding: 10px 6px;
  text-align: center;
  color: #ffe2a2;
  font-weight: 900;
  font-size: 11px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.bottom-nav span {
  display: block;
  font-size: 18px;
}

.bottom-nav em {
  font-style: normal;
  display: block;
}

.nawala span {
  display: block;
  font-size: 11px;
}

.nawala a {
  padding: 0;
  border: 0;
  color: var(--accent, #ffe27a);
}

@media (min-width: 900px) {
  .chat-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .container {
    width: min(520px, 96%);
  }

  .brand-logo {
    font-size: 30px;
  }

  .tag {
    font-size: 11px;
  }

  .overlay-title {
    font-size: 24px;
  }

  .overlay-year {
    font-size: 38px;
  }

  .overlay-sub {
    font-size: 15px;
  }

  .rtp-live {
    font-size: 11px;
    padding: 7px 10px;
  }

  .rtp-grid,
  .badges-row {
    grid-template-columns: 1fr;
  }
}