/* Generated unique styles for betero.uk */

/* CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Root variables */
:root {
  --bg-primary: hsl(308, 20%, 12%);
  --bg-secondary: hsl(308, 15%, 17%);
  --bg-gradient: linear-gradient(135deg, hsl(308, 20%, 12%) 0%, hsl(328, 30%, 9%) 100%);
  
  --color-primary: hsl(255, 85%, 55%);
  --color-secondary: hsl(285, 75%, 60%);
  --color-accent: hsl(225, 90%, 50%);
  --color-text: #ffffff;
  --color-text-dark: hsl(255, 20%, 20%);
  --color-success: hsl(120, 70%, 50%);
  --color-warning: hsl(45, 90%, 55%);
  --color-danger: hsl(0, 85%, 55%);
  
  --font-family: "Lato", "Segoe UI", Roboto, Arial, sans-serif;
  --font-size-base: 17px;
  --font-size-h1: 51px;
  --font-size-h2: 41px;
  --font-size-h3: 34px;
  --font-size-h4: 27px;
  --font-size-h5: 22px;
  --font-size-small: 15px;
  
  --btn-radius: 32px;
  --btn-shadow: 0 4px 12px rgba(0,0,0,0.26);
  --btn-padding: 18px 28px;
  --btn-transition: all 0.38s ease;
  --btn-hover-scale: 1.036;
  
  --block-radius: 20px;
  --block-shadow: 0 7px 20px rgba(0,0,0,0.10);
  --block-border: 1px solid rgba(255,255,255,0.12);
  --block-padding: 39px;
  --block-margin: 20px 0;
}

/* Base styles */
html {
  font-size: 16px;
  height: 100%;
}

body {
  font-family: var(--font-family);
  font-size: var(--font-size-base);
  line-height: 1.6;
  color: var(--color-text);
  background: var(--bg-primary);
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

/* Base heading styles - fallback if no class is applied */
h1 {
  font-size: var(--font-size-h1);
  color: var(--color-primary);
}

h2 {
  font-size: var(--font-size-h2);
  color: var(--color-text);
}

h3 {
  font-size: var(--font-size-h3);
  color: var(--color-text);
}

h4 {
  font-size: var(--font-size-h4);
  color: var(--color-text);
}

h5 {
  font-size: var(--font-size-h5);
  color: var(--color-text);
}

h6 {
  font-size: var(--font-size-h5);
  color: var(--color-text);
}

/* Class-based heading styles */
.cyngw8-sadg {
  font-size: var(--font-size-h1);
  color: var(--color-primary);
}

.cyngw8-rrxh {
  font-size: var(--font-size-h2);
  color: var(--color-text);
}

.cyngw8-eu8u {
  font-size: var(--font-size-h3);
  color: var(--color-text);
}

.cyngw8-jneo {
  font-size: var(--font-size-h4);
  color: var(--color-text);
}

.cyngw8-wif5 {
  font-size: var(--font-size-h5);
  color: var(--color-text);
}

.cyngw8-ha21 {
  font-size: var(--font-size-h5);
  color: var(--color-text);
}

/* Layout */
.cyngw8-kba0 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.cyngw8-aspg {
  padding: 60px 0;
  background: var(--bg-secondary);
}

.cyngw8-q572 {
  padding: 60px 0;
  background: var(--bg-secondary);
}

/* Header */
.cyngw8-nxp2 {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cyngw8-u8c2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.cyngw8-u3am {
  height: 50px;
  width: auto;
}

.cyngw8-k6bj {
  display: inline-block;
  text-decoration: none;
}

.cyngw8-wk3m {
  height: 50px;
  width: auto;
  display: block;
}

.cyngw8-mr0d {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-primary);
  margin-left: 15px;
  text-decoration: none;
  transition: color 0.3s;
}

.cyngw8-mr0d:hover {
  color: var(--color-accent);
}

.cyngw8-rqr2 {
  display: flex;
  gap: 30px;
  align-items: center;
}

.cyngw8-xdkt {
  color: var(--color-text);
  text-decoration: none;
  transition: color 0.3s;
  font-weight: 500;
}

.cyngw8-xdkt:hover {
  color: var(--color-primary);
}

.cyngw8-jt1y {
  display: flex;
  gap: 15px;
  align-items: center;
}

/* Hamburger Menu */
.cyngw8-a8qc {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1002;
}

.cyngw8-pegb {
  width: 100%;
  height: 3px;
  background: var(--color-primary);
  transition: all 0.3s ease;
  border-radius: 2px;
}

.cyngw8-a8qc.active .cyngw8-pegb:nth-child(1) {
  transform: translateY(9.5px) rotate(45deg) !important;
}

.cyngw8-a8qc.active .cyngw8-pegb:nth-child(2) {
  opacity: 0 !important;
}

.cyngw8-a8qc.active .cyngw8-pegb:nth-child(3) {
  transform: translateY(-9.5px) rotate(-45deg) !important;
}

.cyngw8-cz02 {
  display: none;
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 300px;
  height: auto;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
  padding: 80px 30px 30px;
  transition: right 0.3s ease;
  z-index: 1001;
  overflow-y: auto;
  border-bottom-left-radius: 15px;
}

.cyngw8-cz02.active {
  display: block;
  right: 0;
}

.cyngw8-cdw1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.cyngw8-o9er {
  color: var(--color-text);
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: color 0.3s;
}

.cyngw8-o9er:hover {
  color: var(--color-primary);
}

.cyngw8-ivmc {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cyngw8-ptwt {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cyngw8-ptwt.active {
  display: block;
  opacity: 1;
}

/* Buttons */
.cyngw8-mn3u {
  display: inline-block;
  padding: var(--btn-padding);
  border-radius: var(--btn-radius);
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  transition: var(--btn-transition);
  cursor: pointer;
  border: none;
  font-size: inherit;
  font-family: inherit;
}

.cyngw8-u6ji {
  background: var(--color-primary);
  color: white;
  box-shadow: var(--btn-shadow);
}

.cyngw8-u6ji:hover {
  transform: scale(var(--btn-hover-scale));
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

/* Pulse animation - only for Header Sign Up and Main Bonus buttons */
.cyngw8-m848 {
  animation: cyngw8-wnek 2s ease-in-out infinite;
}

.cyngw8-e7fb {
  background: transparent;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
}

.cyngw8-e7fb:hover {
  background: var(--color-primary);
  color: white;
  transform: scale(var(--btn-hover-scale));
}

/* Cards & Blocks */
.cyngw8-wnw0 {
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--block-radius);
  padding: var(--block-padding);
  margin: var(--block-margin);
  box-shadow: var(--block-shadow);
  border: var(--block-border);
  backdrop-filter: blur(5px);
}

.cyngw8-eko7 {
  transition: transform 0.3s, box-shadow 0.3s;
}

.cyngw8-eko7:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

/* Main */
.cyngw8-slbj {
  min-height: calc(100vh - 200px);
}

/* Article content */
.cyngw8-w6pp {
  color: var(--color-text);
  line-height: 1.8;
}

.cyngw8-w6pp h1,
.cyngw8-w6pp h2,
.cyngw8-w6pp h3 {
  margin: 30px 0 20px;
}

/* Limit maximum H1 size to prevent oversized headings */
.cyngw8-w6pp h1 {
  font-size: min(var(--font-size-h1), 48px);
}

.cyngw8-w6pp p {
  margin-bottom: 15px;
}

.cyngw8-w6pp table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.cyngw8-w6pp table th,
.cyngw8-w6pp table td {
  padding: 12px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.cyngw8-w6pp table th {
  background: rgba(255, 255, 255, 0.1);
  font-weight: 600;
}

.cyngw8-w6pp a {
  color: var(--color-primary);
  text-decoration: underline;
  transition: color 0.3s ease;
}

.cyngw8-w6pp a:hover {
  color: var(--color-accent);
  text-decoration: none;
}

/* Exclude buttons from article link styles */
.cyngw8-w6pp a.cyngw8-mn3u {
  color: white;
  text-decoration: none;
}

.cyngw8-w6pp a.cyngw8-mn3u:hover {
  color: white;
  text-decoration: none;
}

/* Bonus section */
.cyngw8-nr12 {
  position: relative;
  overflow: hidden;
  padding: 20px 0 0;
  background: var(--bg-secondary);
}

.cyngw8-wp11 {
  position: relative;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1a1a1a;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
}

.cyngw8-b4uc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cyngw8-lz59 {
  text-align: center;
  padding: 40px 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.cyngw8-a878 {
  background: linear-gradient(135deg, var(--color-accent), var(--color-primary));
  color: white;
  font-size: 20px;
  padding: 20px 40px;
  margin-top: 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cyngw8-a878:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 30px rgba(0,0,0,0.4);
}

.cyngw8-p76w {
  font-size: calc(var(--font-size-h1) * 1.2);
  margin-bottom: 30px;
  background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Slots section */
.cyngw8-pvjl {
  padding: 60px 0;
  background: var(--bg-secondary);
  overflow: hidden;
}

/* Slots carousel */
.cyngw8-l5s7 {
  position: relative;
  margin: 40px 0;
}

.cyngw8-xvq2 {
  overflow: hidden;
  position: relative;
}

.cyngw8-zo6d {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  user-select: none;
}

.cyngw8-zo6d:hover {
  background: rgba(0, 0, 0, 0.5);
  border-color: var(--color-primary);
}

.cyngw8-zo6d.cyngw8-fymk {
  left: 10px;
}

.cyngw8-zo6d.cyngw8-oec6 {
  right: 10px;
}

.cyngw8-zo6d::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(255, 255, 255, 0.7);
  border-right: 2px solid rgba(255, 255, 255, 0.7);
}

.cyngw8-fymk::after {
  transform: rotate(-135deg);
  margin-left: 3px;
}

.cyngw8-oec6::after {
  transform: rotate(45deg);
  margin-right: 3px;
}

.cyngw8-x8gb {
  display: flex;
  gap: 20px;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.cyngw8-x8gb.dragging {
  cursor: grabbing;
}

.cyngw8-j2a0 {
  position: relative;
  overflow: hidden;
  border-radius: var(--block-radius);
  background: rgba(255, 255, 255, 0.03);
  transition: transform 0.3s;
  flex: 0 0 auto;
  width: 150px;
  text-decoration: none;
}

.cyngw8-j2a0:hover {
  transform: scale(1.05);
}

.cyngw8-dgpx {
  width: 150px;
  height: 150px;
  object-fit: cover;
  display: block;
}

.cyngw8-a715 {
  padding: 10px;
}

.cyngw8-p4h6 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.2;
  color: var(--color-text);
}

.cyngw8-jphz {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.2;
}

/* All Slots Page */
.cyngw8-k1qz {
  padding: 60px 0;
  min-height: calc(100vh - 200px);
}

.cyngw8-zt3e {
  text-align: center;
  margin-bottom: 60px;
}

.cyngw8-zt3e h1 {
  margin-bottom: 20px;
}

.cyngw8-b77c {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 30px;
}

/* Slot card with overlay effect */
.cyngw8-j2a0 {
  position: relative;
  overflow: hidden;
}

.cyngw8-ptur {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}

.cyngw8-y8kh:hover .cyngw8-ptur {
  opacity: 1;
}

.cyngw8-wscz {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Responsive for all slots page */
@media (max-width: 1200px) {
  .cyngw8-b77c {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .cyngw8-b77c {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .cyngw8-zt3e {
    margin-bottom: 40px;
  }
  
  .cyngw8-jexm {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .cyngw8-b77c {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

/* Footer */
.cyngw8-xzxv {
  background: rgba(0, 0, 0, 0.9);
  padding: 40px 0 20px;
  margin-top: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cyngw8-euia {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.cyngw8-ahxo h4 {
  margin-bottom: 15px;
  color: var(--color-primary);
}

.cyngw8-xte2 {
  list-style: none;
}

.cyngw8-xte2 a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s;
  line-height: 1.8;
}

.cyngw8-xte2 a:hover {
  color: var(--color-primary);
}

/* Language Switcher */
.cyngw8-op80 {
  margin-bottom: 30px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--block-radius);
  text-align: center;
}

.cyngw8-ay4a {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.cyngw8-yk2e {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: var(--btn-radius);
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.cyngw8-yk2e:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  transform: translateY(-2px);
  box-shadow: var(--btn-shadow);
}

.cyngw8-m2y3 {
  display: block;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.cyngw8-l91f {
  font-size: 14px;
  font-weight: 500;
}

/* Footer Links Section */
.cyngw8-xte2 {
  margin-bottom: 30px;
}

.cyngw8-ptak {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 15px;
}

.cyngw8-jzwy {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
  padding: 5px 10px;
}

.cyngw8-jzwy:hover {
  color: var(--color-primary);
}

.cyngw8-bxjv {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.6;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cyngw8-u2iz {
  text-align: center;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cyngw8-l42m {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 12px;
  transition: color 0.3s;
}

.cyngw8-l42m:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* Bonus Table */
.cyngw8-lrts {
  padding: 30px 0 60px;
  background: var(--bg-secondary);
}

.cyngw8-m7xk {
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--block-radius);
  padding: var(--block-padding);
  box-shadow: var(--block-shadow);
  border: var(--block-border);
  overflow-x: auto;
}

.cyngw8-phm8 {
  width: 100%;
  border-collapse: collapse;
}

.cyngw8-qcrl {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s;
}

.cyngw8-qcrl:last-child {
  border-bottom: none;
}

.cyngw8-qcrl:hover {
  background-color: rgba(255, 255, 255, 0.03);
}

.cyngw8-wuzg {
  width: 120px;
  padding: 20px;
  vertical-align: middle;
}

.cyngw8-phob {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: var(--block-radius);
  transition: transform 0.3s;
}

.cyngw8-qcrl:hover .cyngw8-phob {
  transform: scale(1.05);
}

.cyngw8-f8jg {
  padding: 20px;
  vertical-align: middle;
  text-align: left;
}

.cyngw8-g0sz {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-primary);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 255, 255, 0.1);
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}

.cyngw8-g0sz::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--color-primary), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}

.cyngw8-qcrl:hover .cyngw8-g0sz::after {
  opacity: 0.5;
}

/* Hover effect for bonus titles */
.cyngw8-qcrl:hover .cyngw8-g0sz {
  color: var(--color-accent);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4), 0 0 30px var(--color-accent);
  transform: translateX(5px);
}

/* Alternate row styling for variety */
.cyngw8-qcrl:nth-child(even) .cyngw8-g0sz {
  color: var(--color-secondary);
}

.cyngw8-qcrl:nth-child(3n) .cyngw8-g0sz {
  color: var(--color-accent);
}

/* Special styling for first row */
.cyngw8-qcrl:first-child .cyngw8-g0sz {
  font-size: 22px;
  color: #FFD700;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5), 0 0 30px #FFD700;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.02); }
}

.cyngw8-vw18 {
  width: 200px;
  padding: 20px;
  vertical-align: middle;
  text-align: right;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .cyngw8-m7xk {
    padding: 0;
    background: transparent;
    box-shadow: none;
    border: none;
  }
  
  .cyngw8-phm8 {
    display: block;
  }
  
  .cyngw8-phm8 tbody {
    display: block;
  }
  
  .cyngw8-qcrl {
    display: block;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: var(--block-radius);
    padding: 20px;
    border: var(--block-border);
    box-shadow: var(--block-shadow);
  }
  
  .cyngw8-qcrl td {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  
  .cyngw8-wuzg {
    width: 100%;
    padding: 0 0 15px 0;
  }
  
  .cyngw8-phob {
    width: 120px;
    height: 120px;
  }
  
  .cyngw8-f8jg {
    text-align: center;
    padding: 0 0 15px 0;
  }
  
  .cyngw8-g0sz {
    font-size: 18px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  
  .cyngw8-qcrl:first-child .cyngw8-g0sz {
    font-size: 20px;
  }
  
  .cyngw8-vw18 {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  
  .cyngw8-vw18 .cyngw8-mn3u {
    width: 100%;
    max-width: 250px;
  }
}

/* Article */
.cyngw8-zurx {
  padding: 60px 0;
  background: var(--bg-secondary);
}

.cyngw8-dpmt {
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--block-radius);
  padding: var(--block-padding);
  box-shadow: var(--block-shadow);
  border: var(--block-border);
}

.cyngw8-rsgx {
  display: block;
  margin: 20px auto;
  font-size: calc(var(--font-size-base) + 5px);
  text-align: center;
  width: fit-content;
}

/* Providers */
.cyngw8-h8p0 {
  padding: 60px 0;
  overflow: hidden;
}

.cyngw8-wown {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

.cyngw8-vo7b {
  display: flex;
  gap: 40px;
  animation: scrollProviders 30s linear infinite;
}

.cyngw8-vo7b:hover {
  animation-play-state: paused;
}

.cyngw8-m6sj {
  flex: 0 0 auto;
  border-radius: var(--block-radius);
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.cyngw8-m6sj:hover {
  transform: scale(1.05);
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--color-primary);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.cyngw8-txh4 {
  height: 40px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

@keyframes scrollProviders {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.cyngw8-an1h {
  color: rgba(255, 255, 255, 0.6);
  font-size: var(--font-size-small);
}

/* Responsive */
@media (max-width: 768px) {
  .cyngw8-rqr2 {
    display: none;
  }
  
  .cyngw8-jt1y {
    display: none;
  }
  
  .cyngw8-a8qc {
    display: flex;
  }
  
  .cyngw8-x8gb {
    gap: 15px;
  }
  
  .cyngw8-zo6d {
    width: 35px;
    height: 35px;
  }
  
  .cyngw8-p76w {
    font-size: var(--font-size-h2);
  }
  
  .cyngw8-vo7b {
    gap: 20px;
    animation-duration: 40s; /* Slower on mobile */
  }
  
  .cyngw8-m6sj {
    padding: 15px 20px;
    min-height: 60px;
  }
  
  .cyngw8-txh4 {
    height: 30px;
  }
  
  :root {
    --font-size-base: 16px;
  }
  
  /* Fix for BonusMain content overflow on mobile */
  .cyngw8-wp11 {
    min-height: 300px; /* Keep minimum height for background visibility */
  }
  
  .cyngw8-b4uc {
    position: relative; /* Change from absolute to relative on mobile */
    min-height: 300px;
  }
  
  .cyngw8-lz59 {
    padding: 30px 15px;
  }
  
  /* Adaptive font sizes for inline styles in BonusMain */
  .cyngw8-lz59 [style*="font-size"] {
    font-size: clamp(16px, 4vw, 36px) !important;
  }
  
  /* Limit H1 size in article content */
  .cyngw8-w6pp h1 {
    font-size: clamp(28px, 6vw, 42px);
  }
  
  .cyngw8-w6pp h2 {
    font-size: clamp(24px, 5vw, 36px);
  }
  
  .cyngw8-w6pp h3 {
    font-size: clamp(20px, 4vw, 30px);
  }
}

/* Slot Demo Styles */
.cyngw8-x2u3 {
  padding: 40px 0;
  text-align: center;
}

.cyngw8-gc0t {
  font-size: var(--font-size-h1);
  color: var(--color-primary);
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

.cyngw8-wdco {
  padding: 60px 0;
}

.cyngw8-ijc3 {
  border-radius: var(--block-radius);
  padding: 40px;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 15px 50px rgba(0,0,0,0.4);
  border: 2px solid rgba(255, 255, 255, 0.1);
}


.cyngw8-bje5 {
  background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
  color: white;
  font-size: 28px;
  padding: 25px 80px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.4), 0 0 60px rgba(0, 255, 200, 0.3);
  text-transform: uppercase;
  letter-spacing: 3px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  animation: pulse 2s ease-in-out infinite;
  font-weight: 700;
}

.cyngw8-bje5::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.cyngw8-bje5:hover::before {
  width: 300px;
  height: 300px;
}

.cyngw8-bje5::after {
  content: '▶';
  margin-left: 10px;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.cyngw8-bje5:hover {
  transform: scale(1.15) translateY(-2px);
  box-shadow: 0 15px 50px rgba(0,0,0,0.5), 0 0 80px rgba(0, 255, 100, 0.4);
  filter: brightness(1.1);
}

.cyngw8-bje5:hover::after {
  transform: translateX(5px);
}

@keyframes pulse {
  0% { 
    box-shadow: 0 10px 40px rgba(0,0,0,0.4), 0 0 60px rgba(0, 255, 200, 0.3);
    transform: scale(1);
  }
  50% { 
    box-shadow: 0 10px 40px rgba(0,0,0,0.4), 0 0 80px rgba(0, 255, 100, 0.5);
    transform: scale(1.02);
  }
  100% { 
    box-shadow: 0 10px 40px rgba(0,0,0,0.4), 0 0 60px rgba(0, 255, 200, 0.3);
    transform: scale(1);
  }
}

.cyngw8-ojal {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
}

.cyngw8-llab {
  width: 100%;
  height: 100%;
  border-radius: var(--block-radius);
  background: #000;
}

/* Slot Casino Block */
.cyngw8-ebo7 {
  padding: 60px 0;
}

.cyngw8-v9b0 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 30px;
}

.cyngw8-f8js {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: var(--block-radius);
}

.cyngw8-b1j1 {
  flex: 1;
}

.cyngw8-s6rq {
  font-size: var(--font-size-h3);
  color: var(--color-text);
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.2;
}

.cyngw8-vyqs {
  color: rgba(255, 255, 255, 0.7);
  font-size: var(--font-size-base);
}

/* Slot Text Section */
.cyngw8-seka {
  padding: 60px 0;
  background: var(--bg-primary);
}

.cyngw8-wxae {
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--block-radius);
  padding: var(--block-padding);
  box-shadow: var(--block-shadow);
  border: var(--block-border);
}

/* Related Slots Section */
.cyngw8-zeky {
  padding: 60px 0;
}

.cyngw8-a7jp {
  font-size: var(--font-size-h2);
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: var(--color-primary);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.cyngw8-t2hl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-items: center;
  margin: 0;
}

/* Make related slot cards bigger */
.cyngw8-t2hl .cyngw8-j2a0 {
  width: 100%;
  max-width: 280px;
}

.cyngw8-t2hl .cyngw8-dgpx {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .cyngw8-t2hl {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Responsive for slots */
@media (max-width: 768px) {
  .cyngw8-gc0t {
    font-size: var(--font-size-h2);
  }
  
  .cyngw8-ijc3 {
    min-height: 400px;
    padding: 20px;
  }
  
  .cyngw8-bje5 {
    font-size: 20px;
    padding: 15px 40px;
  }
  
  .cyngw8-v9b0 {
    flex-direction: column;
    text-align: center;
  }
  
  .cyngw8-f8js {
    width: 150px;
    height: 150px;
  }
  
  .cyngw8-v9b0 .cyngw8-mn3u {
    width: 100%;
    max-width: 300px;
  }
}

/* Animations */
@keyframes cyngw8-wnek {
  0%, 100% {
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.2), 0 0 15px var(--color-primary);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.4), 0 0 25px var(--color-primary), 0 0 35px var(--color-accent);
    transform: scale(1.02);
  }
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.cyngw8-tnw3 {
  animation: fadeIn 0.6s ease-out;
}

/* Utility classes */
.cyngw8-nylw {
  text-align: center;
}

.cyngw8-vzbt { margin-top: 10px; }
.cyngw8-x28t { margin-top: 20px; }
.cyngw8-nrex { margin-top: 30px; }
.cyngw8-nbvs { margin-top: 40px; }

.cyngw8-s05s { margin-bottom: 10px; }
.cyngw8-na7n { margin-bottom: 20px; }
.cyngw8-ilyi { margin-bottom: 30px; }
.cyngw8-d5h2 { margin-bottom: 40px; }