body {
  overflow-x: hidden;
}
.hero-blackjack .hero-panel {
  border-color: rgba(195, 255, 47, 0.4);
}
.section-atmosphere,
.section-flow,
.section-safety,
.section-hosts,
.section-why,
.section-faq,
.section-cta-final {
  background: radial-gradient(circle at 0 0, rgba(195, 255, 47, 0.12), transparent 55%), radial-gradient(circle at 100% 100%, rgba(195, 255, 47, 0.08), transparent 55%), #050608;
}
.blackjack-figure {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.blackjack-figure figcaption {
  font-size: 0.875rem;
  color: var(--color-text-muted);
}
.blackjack-list {
  display: grid;
  gap: 0.6rem;
  font-size: 0.9375rem;
  color: var(--color-text-muted);
}
.blackjack-list li {
  position: relative;
  padding-left: 1.1rem;
}
.blackjack-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--color-primary);
  box-shadow: 0 0 10px rgba(195, 255, 47, 0.7);
}
.blackjack-btn-inline {
  margin-top: 1.25rem;
}
.blackjack-usp-card {
  height: 100%;
}
.blackjack-cta-card {
  background: radial-gradient(circle at 0 0, rgba(195, 255, 47, 0.18), transparent 55%), linear-gradient(145deg, #050608, #0d1017);
}
.blackjack-cta-body {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.blackjack-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}
.blackjack-why-grid {
  align-items: stretch;
}
.section-faq .faq-item {
  background: linear-gradient(135deg, #040509, #090b11);
}
.section-faq a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .blackjack-cta-body {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .blackjack-cta-body > div:first-child {
    max-width: 60%;
  }
}
