/* =========================================================
 * bet365 casino bonus - style-092d.css
 * All custom classes use the "g2dc-" prefix.
 * Palette: #40E0D0 | #00E5FF | #FFCC33 | #0000CD | #1E1E1E
 * Mobile-first HTML5 (max-width 430px reference).
 * =======================================================*/

:root {
  --g2dc-primary: #40E0D0;
  --g2dc-accent: #00E5FF;
  --g2dc-gold: #FFCC33;
  --g2dc-blue: #0000CD;
  --g2dc-bg: #1E1E1E;
  --g2dc-bg-2: #161616;
  --g2dc-bg-3: #232323;
  --g2dc-text: #FFFFFF;
  --g2dc-text-dim: #c9d4dd;
  --g2dc-border: rgba(64, 224, 208, 0.25);
  --g2dc-shadow: 0 6px 24px rgba(0, 0, 0, 0.45);
  --g2dc-radius: 14px;
}

/* ---------- Base reset ---------- */
* { box-sizing: border-box; }
html { font-size: 62.5%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background: radial-gradient(1200px 600px at 50% -10%, #16313a 0%, var(--g2dc-bg) 55%, var(--g2dc-bg-2) 100%);
  color: var(--g2dc-text);
  line-height: 1.5rem;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--g2dc-accent); text-decoration: none; }
a:hover { color: var(--g2dc-gold); }
h1, h2, h3, h4 { margin: 0 0 0.6rem; line-height: 1.2; font-weight: 700; }
h1 { font-size: 2.0rem; }
h2 { font-size: 1.7rem; }
h3 { font-size: 1.4rem; }
p  { margin: 0 0 1rem; color: var(--g2dc-text-dim); }

/* ---------- Layout ---------- */
.g2dc-wrapper { width: 100%; max-width: 430px; margin: 0 auto; padding: 0 1.2rem; }
.g2dc-container { width: 100%; }
main { padding-bottom: 84px; }

/* ---------- Header ---------- */
.g2dc-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: linear-gradient(180deg, rgba(0,0,0,0.92), rgba(30,30,30,0.85));
  border-bottom: 1px solid var(--g2dc-border);
  backdrop-filter: blur(8px);
}
.g2dc-header-inner {
  max-width: 430px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.6rem 1.0rem;
  min-height: 52px;
}
.g2dc-logo {
  display: flex; align-items: center; gap: 0.6rem;
  font-weight: 800; font-size: 1.32rem;
  color: var(--g2dc-text); letter-spacing: 0.3px;
}
.g2dc-logo img { width: 30px; height: 30px; border-radius: 8px; }
.g2dc-logo span { color: var(--g2dc-gold); }
.g2dc-header-actions { display: flex; align-items: center; gap: 0.45rem; }
.g2dc-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
  min-height: 36px; padding: 0 1.0rem;
  border: none; border-radius: 20px;
  font-size: 1.2rem; font-weight: 700; cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, opacity .2s ease;
  text-transform: uppercase; letter-spacing: 0.3px;
}
.g2dc-btn:active { transform: scale(0.96); }
.g2dc-btn-register {
  background: linear-gradient(135deg, var(--g2dc-gold), #ff9d33);
  color: #1a1a1a;
  box-shadow: 0 4px 14px rgba(255, 204, 51, 0.35);
}
.g2dc-btn-login {
  background: linear-gradient(135deg, var(--g2dc-primary), var(--g2dc-accent));
  color: #04121a;
  box-shadow: 0 4px 14px rgba(0, 229, 255, 0.30);
}
.g2dc-menu-btn {
  width: 38px; height: 38px;
  border: 1px solid var(--g2dc-border);
  background: rgba(255,255,255,0.05);
  border-radius: 10px;
  color: var(--g2dc-primary);
  font-size: 1.6rem;
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer;
}

/* ---------- Mobile menu ---------- */
.g2dc-mobile-menu {
  position: fixed;
  top: 52px; left: 0; right: 0;
  z-index: 9999;
  background: var(--g2dc-bg-2);
  border-bottom: 1px solid var(--g2dc-border);
  max-height: 0; overflow: hidden;
  transition: max-height .28s ease;
  box-shadow: var(--g2dc-shadow);
}
.g2dc-mobile-menu.g2dc-menu-open { max-height: 80vh; overflow-y: auto; }
.g2dc-mobile-menu ul { list-style: none; margin: 0; padding: 0.4rem 0; }
.g2dc-mobile-menu li { border-bottom: 1px solid rgba(255,255,255,0.06); }
.g2dc-mobile-menu a {
  display: flex; align-items: center; gap: 0.8rem;
  padding: 1.0rem 1.4rem;
  color: var(--g2dc-text); font-size: 1.28rem; font-weight: 600;
}
.g2dc-mobile-menu a i { color: var(--g2dc-gold); width: 22px; text-align: center; }
.g2dc-mobile-menu a:hover { background: rgba(64,224,208,0.08); color: var(--g2dc-accent); }

/* ---------- Hero / Carousel ---------- */
.g2dc-hero { margin-top: 64px; padding: 1rem 0 0.4rem; }
.g2dc-carousel {
  position: relative;
  border-radius: var(--g2dc-radius);
  overflow: hidden;
  box-shadow: var(--g2dc-shadow);
  background: var(--g2dc-bg-3);
}
.g2dc-slide {
  position: relative;
  display: none;
  cursor: pointer;
}
.g2dc-slide img { width: 100%; height: auto; }
.g2dc-slide.g2dc-slide-active { display: block; animation: g2dc-fade-in 0.4s ease; }
@keyframes g2dc-fade-in { from { opacity: 0; } to { opacity: 1; } }
.g2dc-slide-caption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 1.2rem 1.2rem 1.4rem;
  background: linear-gradient(0deg, rgba(0,0,0,0.82) 30%, transparent);
  color: #fff;
}
.g2dc-slide-caption h3 { font-size: 1.5rem; color: var(--g2dc-gold); margin: 0 0 0.3rem; }
.g2dc-slide-caption p { margin: 0; font-size: 1.15rem; color: var(--g2dc-text); }
.g2dc-dots {
  position: absolute; bottom: 8px; left: 0; right: 0;
  display: flex; justify-content: center; gap: 6px;
  pointer-events: none;
}
.g2dc-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(255,255,255,0.45);
  display: inline-block;
}
.g2dc-dot.g2dc-dot-active { background: var(--g2dc-gold); width: 22px; border-radius: 4px; }

/* ---------- Section title ---------- */
.g2dc-section { margin: 2.0rem 0 1.4rem; }
.g2dc-section-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 1.0rem;
}
.g2dc-section-head h2 {
  font-size: 1.55rem; color: var(--g2dc-text);
  border-left: 4px solid var(--g2dc-gold);
  padding-left: 0.8rem;
}
.g2dc-section-head h2 em { color: var(--g2dc-primary); font-style: normal; }
.g2dc-section-head .g2dc-more { font-size: 1.15rem; color: var(--g2dc-accent); font-weight: 600; }
.g2dc-subtitle { color: var(--g2dc-text-dim); font-size: 1.18rem; margin-bottom: 1rem; }

/* ---------- Filter tabs ---------- */
.g2dc-filter-row {
  display: flex; gap: 0.5rem; overflow-x: auto;
  padding: 0.4rem 0 0.8rem;
  -ms-overflow-style: none; scrollbar-width: none;
}
.g2dc-filter-row::-webkit-scrollbar { display: none; }
.g2dc-filter-tab {
  flex: 0 0 auto;
  padding: 0.55rem 1.1rem;
  border-radius: 18px;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--g2dc-border);
  color: var(--g2dc-text-dim);
  font-size: 1.15rem; font-weight: 600;
  cursor: pointer; white-space: nowrap;
}
.g2dc-filter-tab.g2dc-filter-active {
  background: linear-gradient(135deg, var(--g2dc-primary), var(--g2dc-accent));
  color: #04121a; border-color: transparent;
}

/* ---------- Game grid ---------- */
.g2dc-game-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}
.g2dc-game-card {
  background: linear-gradient(160deg, #202020, #181818);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px;
  padding: 0.6rem;
  text-align: center;
  cursor: pointer;
  transition: transform .15s ease, border-color .2s ease, box-shadow .2s ease;
  overflow: hidden;
}
.g2dc-game-card:hover, .g2dc-game-card:focus {
  transform: translateY(-2px);
  border-color: var(--g2dc-primary);
  box-shadow: 0 6px 18px rgba(64, 224, 208, 0.18);
}
.g2dc-game-card img {
  width: 100%; aspect-ratio: 1 / 1; object-fit: cover;
  border-radius: 8px; margin-bottom: 0.5rem;
  background: #0d0d0d;
}
.g2dc-game-card .g2dc-game-name {
  font-size: 1.05rem; font-weight: 600; color: var(--g2dc-text);
  line-height: 1.25; height: 2.5em; overflow: hidden;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
.g2dc-game-card .g2dc-game-tag {
  display: inline-block; margin-top: 0.3rem;
  font-size: 0.95rem; color: var(--g2dc-gold);
  border: 1px solid rgba(255,204,51,0.35);
  border-radius: 10px; padding: 0.05rem 0.5rem;
}

/* ---------- Feature / promo cards ---------- */
.g2dc-cards-row { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.g2dc-card {
  background: linear-gradient(160deg, #1f2326, #14181a);
  border: 1px solid var(--g2dc-border);
  border-radius: var(--g2dc-radius);
  padding: 1.3rem;
  box-shadow: var(--g2dc-shadow);
}
.g2dc-card h3 { color: var(--g2dc-gold); font-size: 1.35rem; }
.g2dc-card .g2dc-card-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: linear-gradient(135deg, var(--g2dc-primary), var(--g2dc-blue));
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.6rem; margin-bottom: 0.8rem;
}
.g2dc-feature-list { list-style: none; padding: 0; margin: 0; }
.g2dc-feature-list li {
  position: relative; padding: 0.5rem 0 0.5rem 1.8rem;
  color: var(--g2dc-text-dim); font-size: 1.15rem; border-bottom: 1px dashed rgba(255,255,255,0.06);
}
.g2dc-feature-list li:last-child { border-bottom: none; }
.g2dc-feature-list li::before {
  content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900;
  position: absolute; left: 0; top: 0.6rem; color: var(--g2dc-primary);
}

/* ---------- CTA button ---------- */
.g2dc-cta {
  display: flex; align-items: center; justify-content: center; gap: 0.6rem;
  width: 100%;
  padding: 1.1rem;
  border: none; border-radius: 14px;
  font-size: 1.35rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.6px;
  cursor: pointer;
  background: linear-gradient(135deg, var(--g2dc-gold), #ff7e33);
  color: #1a1a1a;
  box-shadow: 0 8px 22px rgba(255, 204, 51, 0.35);
  transition: transform .15s ease;
}
.g2dc-cta:active { transform: scale(0.97); }
.g2dc-cta-alt {
  background: linear-gradient(135deg, var(--g2dc-primary), var(--g2dc-blue));
  color: #fff;
  box-shadow: 0 8px 22px rgba(0, 229, 255, 0.30);
}

/* ---------- Inline promo link ---------- */
.g2dc-link-inline {
  color: var(--g2dc-gold); font-weight: 800;
  border-bottom: 1px dashed rgba(255,204,51,0.5);
  cursor: pointer;
}
.g2dc-link-inline:hover { color: var(--g2dc-accent); border-bottom-color: var(--g2dc-accent); }

/* ---------- RTP / data table ---------- */
.g2dc-rtp-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.6rem;
}
.g2dc-rtp-tile {
  background: var(--g2dc-bg-3);
  border: 1px solid var(--g2dc-border);
  border-radius: 10px; padding: 0.8rem;
  text-align: center;
}
.g2dc-rtp-tile .g2dc-rtp-label { font-size: 1.05rem; color: var(--g2dc-text-dim); }
.g2dc-rtp-tile .g2dc-rtp-value {
  font-size: 1.6rem; font-weight: 800; color: var(--g2dc-gold); margin-top: 0.2rem;
}
.g2dc-rtp-bar {
  height: 6px; border-radius: 4px;
  background: rgba(255,255,255,0.1); margin-top: 0.5rem; overflow: hidden;
}
.g2dc-rtp-bar span { display: block; height: 100%;
  background: linear-gradient(90deg, var(--g2dc-primary), var(--g2dc-accent));
}

/* ---------- Testimonials ---------- */
.g2dc-review {
  background: var(--g2dc-bg-3);
  border-left: 3px solid var(--g2dc-primary);
  border-radius: 10px; padding: 1rem; margin-bottom: 0.8rem;
}
.g2dc-review .g2dc-stars { color: var(--g2dc-gold); font-size: 1.1rem; margin-bottom: 0.4rem; }
.g2dc-review p { margin: 0 0 0.4rem; font-size: 1.12rem; color: var(--g2dc-text); }
.g2dc-review .g2dc-author { font-size: 1.0rem; color: var(--g2dc-text-dim); }

/* ---------- Winners / payment ---------- */
.g2dc-winner-row, .g2dc-pay-row {
  display: flex; align-items: center; gap: 0.8rem;
  padding: 0.6rem 0; border-bottom: 1px dashed rgba(255,255,255,0.06);
  font-size: 1.1rem;
}
.g2dc-winner-row span { color: var(--g2dc-gold); font-weight: 700; }
.g2dc-pay-icons { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.g2dc-pay-chip {
  display: inline-flex; align-items: center; gap: 0.4rem;
  background: var(--g2dc-bg-3); border: 1px solid var(--g2dc-border);
  border-radius: 10px; padding: 0.5rem 0.9rem;
  font-size: 1.05rem; color: var(--g2dc-text);
}

/* ---------- FAQ ---------- */
.g2dc-faq-item {
  background: var(--g2dc-bg-3);
  border: 1px solid var(--g2dc-border);
  border-radius: 10px; margin-bottom: 0.7rem; overflow: hidden;
}
.g2dc-faq-q {
  padding: 0.9rem 1.1rem; font-weight: 700; color: var(--g2dc-text);
  cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  font-size: 1.18rem;
}
.g2dc-faq-q i { color: var(--g2dc-gold); }
.g2dc-faq-a { padding: 0 1.1rem 1rem; color: var(--g2dc-text-dim); font-size: 1.1rem; display: none; }
.g2dc-faq-item.g2dc-faq-open .g2dc-faq-a { display: block; }

/* ---------- Footer ---------- */
.g2dc-footer {
  margin-top: 2.4rem;
  background: #0f0f0f;
  border-top: 1px solid var(--g2dc-border);
  padding: 1.8rem 1.2rem 2rem;
  color: var(--g2dc-text-dim);
}
.g2dc-footer h4 { color: var(--g2dc-gold); font-size: 1.2rem; margin-bottom: 0.7rem; }
.g2dc-footer p { font-size: 1.1rem; line-height: 1.5; }
.g2dc-footer-links {
  display: flex; flex-wrap: wrap; gap: 0.6rem 1rem;
  margin: 0.8rem 0;
}
.g2dc-footer-links a { font-size: 1.05rem; color: var(--g2dc-accent); }
.g2dc-footer-promos {
  display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 0.8rem 0;
}
.g2dc-footer-promos button {
  flex: 1 1 auto; min-width: 45%;
}
.g2dc-copyright {
  text-align: center; font-size: 1.0rem;
  color: rgba(255,255,255,0.45);
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 1rem; margin-top: 1rem;
}

/* ---------- Bottom navigation ---------- */
.g2dc-bottom-nav {
  position: fixed; left: 0; right: 0; bottom: 0;
  z-index: 1000;
  height: 62px;
  background: linear-gradient(180deg, rgba(20,20,20,0.96), rgba(10,10,10,0.99));
  border-top: 1px solid var(--g2dc-border);
  display: flex; justify-content: space-around; align-items: stretch;
  box-shadow: 0 -4px 18px rgba(0,0,0,0.5);
}
.g2dc-bottom-btn {
  flex: 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 2px;
  background: transparent; border: none;
  color: var(--g2dc-text-dim);
  font-size: 1.0rem; font-weight: 600;
  cursor: pointer;
  min-width: 60px; min-height: 60px;
  transition: color .2s ease, transform .15s ease;
  text-decoration: none;
}
.g2dc-bottom-btn i, .g2dc-bottom-btn .material-symbols-outlined {
  font-size: 22px; line-height: 1;
}
.g2dc-bottom-btn:hover { color: var(--g2dc-accent); }
.g2dc-bottom-btn:active { transform: scale(0.92); }
.g2dc-bottom-btn.g2dc-bottom-current,
.g2dc-bottom-btn.g2dc-bottom-hot {
  color: var(--g2dc-gold);
}
.g2dc-bottom-btn.g2dc-bottom-current i,
.g2dc-bottom-btn.g2dc-bottom-hot i {
  text-shadow: 0 0 12px rgba(255, 204, 51, 0.6);
}

/* ---------- Utility ---------- */
.g2dc-text-center { text-align: center; }
.g2dc-mt-1 { margin-top: 0.6rem; }
.g2dc-mt-2 { margin-top: 1.2rem; }
.g2dc-mb-2 { margin-bottom: 1.2rem; }
.g2dc-hidden-mobile { display: none; }

/* ---------- Desktop / tablet ---------- */
@media (min-width: 769px) {
  body { background: radial-gradient(1500px 700px at 50% -10%, #1a3a44 0%, var(--g2dc-bg) 60%, var(--g2dc-bg-2) 100%); }
  .g2dc-wrapper { max-width: 960px; padding: 0 2rem; }
  .g2dc-header-inner { max-width: 960px; }
  .g2dc-game-grid { grid-template-columns: repeat(6, 1fr); }
  .g2dc-cards-row { grid-template-columns: repeat(3, 1fr); }
  .g2dc-rtp-grid { grid-template-columns: repeat(4, 1fr); }
  .g2dc-bottom-nav { display: none; }
  .g2dc-mobile-menu { display: none; }
  .g2dc-hidden-mobile { display: block; }
  main { padding-bottom: 1rem; }
}
