:root {
  --red: #c8102e;
  --red-dark: #8b0000;
  --red-deep: #5a0010;
  --red-pale: #fff5f7;
  --pink: #e91e8c;
  --pink-dark: #b0126a;
  --pink-deep: #7a0d4a;
  --pink-light: #ff6db8;
  --pink-pale: #fff0f8;
  --pink-bg: #fdf4fa;
  --gold: #f5a623;
  --gold-light: #fff8e1;
  --gold-border: #f5c842;
  --green: #1a7a4a;
  --accent: #1a6b4a;
  --ink: #1a1225;
  --ink-soft: #4a3a52;
  --surface: #ffffff;
  --border: #f0d6ea;
  --border-soft: #fae8f5;
  --blue-link: #0550b3;
  --kw-bg: #fff3cd;
  --kw-color: #7d4800;
  --kw-border: #f5c842;
  --radius: 14px;
  --shadow-hover: 0 4px 16px rgba(233, 30, 140, 0.18);
}

.sweet-area {
  padding: 90px 0 0px;
}

.sweet-overlay {
  padding: 20px 0 0;
  background-color: rgba(255, 255, 255, 0.38);
}

.sticky-nav {
  position: relative;
  z-index: 18;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin: 0;
  padding: 10px 14px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  background: rgba(32, 19, 49, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  scrollbar-width: thin;
  text-transform: uppercase;
}

.sticky-nav::-webkit-scrollbar {
  height: 4px;
}

.sticky-nav::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.36);
  border-radius: 999px;
}

.sticky-nav .nav-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  letter-spacing: 0.3px;
}

.sticky-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  border: 1px solid transparent;
  transition:
    color 0.2s,
    background-color 0.2s,
    border-color 0.2s;
}

.sticky-nav a:hover,
.sticky-nav a.active {
  color: #fff;
  background: rgba(255, 2, 104, 0.28);
  border-color: rgba(255, 255, 255, 0.38);
}

.sticky-nav a:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 2px;
}

.sticky-nav.is-stuck {
  position: fixed;
  top: var(--sticky-top-offset, 0px);
  left: 0;
  right: 0;
  z-index: 96;
  box-shadow: 0 10px 24px rgba(16, 8, 30, 0.32);
}

.sticky-nav-spacer {
  height: 0;
  transition: height 0.18s ease;
}

#intro,
#features,
#details,
#download,
#signup,
#why,
#compare,
#refer,
#tips,
#faq {
  scroll-margin-top: calc(var(--sticky-top-offset, 0px) + 84px);
}

.game-details-card {
  border-radius: 10px;
  padding: 30px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.game-logo {
  max-width: 150px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
}

.top-rated-badge {
  display: inline-block;
  color: var(--main-color);
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 1);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.top-rated-badge b {
  display: inline-block;
  margin-right: 5px;
  font-size: 15px;
}

.game-title {
  color: #fff;
  font-size: 28px;
  margin-bottom: 8px;
  font-weight: 700;
}

.game-version {
  color: var(--main-color);
  font-size: 13px;
  margin-bottom: 15px;
}

.game-description {
  color: #f5f5f5;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.game-tag {
  color: var(--main-color);
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  padding: 1px 3px;
  font-size: 13px;
}

.high-bonus {
  color: var(--main-color);
}

.game-stats {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  padding: 15px 0;
}

.stat-value {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.1;
  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.8),
    0 0 20px rgba(255, 255, 255, 0.5);
}
.stat-value.sv {
  color: #f9a;
}

.stat-value.highlight-rating {
  color: #ffc107;
  text-shadow:
    0 0 10px rgba(255, 193, 7, 0.8),
    0 0 20px rgba(255, 193, 7, 0.5);
}

.stat-value.highlight-bonus {
  color: #4caf50;
  text-shadow:
    0 0 10px rgba(76, 175, 80, 0.8),
    0 0 20px rgba(76, 175, 80, 0.5);
}
.stat-value.none {
  text-shadow: none !important;
}
.stat-label {
  font-size: 12px;
  color: #afafaf;
}

.btn-actions {
  margin-right: 10px;
  margin-bottom: 10px;
}

.hero-cta .btn-actions {
  margin-right: 0;
  margin-bottom: 0;
}

.ilinks-box {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  background: #eef4ff;
  border-left: 4px solid var(--main-color);
  padding: 10px 18px;
  border-radius: 0 8px 8px 0;
  margin: 14px 0 0;
  font-size: 13.5px;
}

.ilinks-box .label {
  color: #555;
  font-weight: 700;
}

.ilink {
  color: var(--blue-link);
  text-decoration: underline;
  font-weight: 700;
  cursor: pointer;
}

.feat {
  color: var(--blue-link);
  font-weight: 700;
}
.feat-normal {
  color: var(--blue-link);
}
.feat-red {
  color: var(--red);
}
ol.steps {
  padding-left: 0;
}

ol.steps li {
  counter-increment: steps;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 13px 18px;
  border-radius: 10px;
  margin-bottom: 10px;
  background: #5e35b10d;
  border: 1px solid #f0d6ea;
  transition:
    background 0.2s,
    transform 0.2s;
}

ol.steps li::before {
  content: counter(steps);
  min-width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #e91e8c, #b0126a);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 2px;
  font-family: "Baloo 2", sans-serif;
  box-shadow: 0 2px 8px rgba(233, 30, 140, 0.3);
}

.safety-tips {
  background: #fff8e1;
  border: 1.5px solid #f5c842;
  border-radius: 10px;
  padding: 14px 20px;
  font-size: 13.5px;
  color: #6b4c00;
  margin-top: 14px;
  line-height: 1.6;
}

.deposit-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.deposit-chip {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 5px 10px;
  font-weight: 700;
  font-size: 14px;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 4px;
  transition:
    background 0.2s,
    transform 0.2s;
}

.why-grid {
  margin-top: 14px;
}

.why-card {
  border-radius: 12px;
  background: var(--pink-pale);
  transition: box-shadow 0.2s;
}
.why-card:not(.no-padding) {
  padding: 20px;
}
.why-card:not(.no-border) {
  border: 1.5px solid var(--border);
}
.check {
  color: var(--accent);
  font-weight: 700;
}
.cross {
  color: var(--red-dark);
}
h3.fs-5,
.why-card h3 {
  font-family: "Baloo 2", sans-serif;
  font-size: 1rem;
  color: var(--pink-dark);
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.why-card:hover {
  box-shadow: var(--shadow-hover);
}

ul.styled {
  list-style: none;
  margin: 8px 0 16px;
}

.refer-flow {
  display: flex;
  gap: 8px;
  margin: 18px 0;
  flex-wrap: wrap;
}

.refer-step {
  flex: 1;
  min-width: 150px;
  background: var(--pink-pale);
  border: 1.5px solid var(--border);
  border-radius: 12px;
  padding: 16px 14px;
  text-align: center;
}

.refer-step .rs-num {
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, var(--gold), #e09010);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 15px;
  color: #fff;
  margin: 0 auto 10px;
  font-family: "Baloo 2", sans-serif;
}

.refer-step .rs-text {
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.5;
}

.tips-grid {
  margin-top: 16px;
}

.tips-grid > [class*="col-"] {
  display: flex;
}

.tips-grid .tip-card {
  width: 100%;
}

.tip-card {
  background: var(--pink-pale);
  border: 1.5px solid var(--border);
  border-radius: 12px;
  padding: 16px 18px;
  position: relative;
  overflow: hidden;
}
.min-h {
  height: 100%;
}
.tip-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #5e35b1, var(--pink-dark));
  border-radius: 4px 0 0 4px;
}

.tip-card .tip-num {
  font-family: "Baloo 2", sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: var(--border);
  position: absolute;
  top: 8px;
  right: 14px;
  line-height: 1;
}

.tip-card strong {
  font-family: "Baloo 2", sans-serif;
  color: var(--pink-dark);
  display: block;
  margin-bottom: 4px;
}

.tip-card p {
  font-size: 13.5px;
  color: var(--ink-soft);
  margin: 0;
}

.faq-accordion {
  margin: 16px 0 22px;
}

.faq-col {
  display: grid;
  gap: 12px;
}
.text-green{color:var(--green);}
@media (min-width: 992px) {
  .faq-col {
    gap: 14px;
  }
}

@media (max-width: 991.98px) {
  .sticky-nav {
    padding: 8px 10px;
    gap: 6px;
  }

  .sticky-nav .nav-logo {
    display: none;
  }

  .sticky-nav a {
    padding: 6px 10px;
    font-size: 12px;
  }

  #intro,
  #features,
  #details,
  #download,
  #signup,
  #why,
  #compare,
  #refer,
  #tips,
  #faq {
    scroll-margin-top: calc(var(--sticky-top-offset, 0px) + 74px);
  }
}

.faq-item {
  border: 1.5px solid var(--border);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}

.faq-item[open] {
  border-color: #eab7d8;
  box-shadow: 0 8px 22px rgba(233, 30, 140, 0.1);
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  background: linear-gradient(135deg, #fff7fc, #fff);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-icon {
  width: 24px;
  height: 24px;
  border: 1.5px solid var(--border);
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  background: #fff;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  background: var(--pink-dark);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
}

.faq-icon::before {
  width: 10px;
  height: 2px;
}

.faq-icon::after {
  width: 2px;
  height: 10px;
  transition: opacity 0.2s;
}

.faq-item[open] .faq-icon::after {
  opacity: 0;
}

.faq-answer {
  padding: 12px 18px 16px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink-soft);
  background: var(--pink-pale);
  border-top: 1px solid var(--border-soft);
}

.faq-answer p {
  margin: 0;
}
.stat-bar {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: var(--red-pale);
  border: 1.5px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 22px;
}
@media (min-width: 576px) {
  .stat-bar {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}
.stat-item {
  padding: 14px 10px;
  text-align: center;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.stat-item:last-child {
  border-right: none;
}
.stat-item .sv {
  font-family: "Cinzel", serif;
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--red);
  display: block;
}
.stat-item .sl {
  font-size: 10px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.comp-table .lose {
  color: #c0392b;
}
.tips-grid.tips-theme2 .tip-card strong {
  font-family: "Cinzel", serif;
  font-size: 0.88rem;
  color: var(--red-dark);
  display: block;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
table.bonus-table tbody tr:nth-child(even) {
  background: var(--gold-pale);
}
.bonus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.bonus-card {
  border: 1.5px solid var(--border);
  border-radius: 12px;
  padding: 20px 18px;
  background: var(--gold-pale);
  text-align: center;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.bonus-card .bc-icon {
  font-size: 30px;
  margin-bottom: 8px;
  display: block;
}
.bonus-card .bc-name {
  font-family: "Playfair Display", serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}
.tip-card .tip-tag,
.bonus-card .bc-name strong {
  display: inline;
  background: var(--kw-bg);
  color: var(--kw-color);
  border: 1.5px solid var(--kw-border);
  border-radius: 4px;
  padding: 1px 6px;
  font-weight: 700;
  font-size: 0.94em;
}
.tip-card .tip-tag {
  border-width: 1px;
  font-weight: normal;
  font-size: 0.82em;
}
.bonus-card .bc-amount {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--gold-dark);
  margin-bottom: 6px;
}
.bonus-card .bc-desc {
  font-size: 12.5px;
  color: var(--ink-soft);
  line-height: 1.5;
}
@media (max-width: 576px) {
  .hero-cta {
    flex-wrap: nowrap !important;
    gap: 8px !important;
  }

  .hero-cta .btn-actions {
    flex: 1 1 0;
    min-width: 0;
    padding: 8px 13px;
    font-size: 13px;
    line-height: 1.25;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .faq-item summary {
    padding: 12px 14px;
    font-size: 14px;
  }

  .faq-answer {
    padding: 10px 14px 14px;
    font-size: 13.5px;
  }
}
