* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
  background-color: #012f53;
  color: #ffffff;
  line-height: 1.6;
  overflow-x: hidden;
}

.qp9x2m1 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.yt3p1qw {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.nq7w3mx {
  background: linear-gradient(135deg, #11dbe8 0%, #0ea5b0 100%);
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.xm4p9nv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.tm2q8xp {
  flex-shrink: 0;
}

.vn8q4mx {
  display: block;
}

.vn8q4mx img {
  display: block;
  max-width: 100%;
  height: auto;
}

.pq9m3nx {
  flex: 1;
  display: flex;
  justify-content: center;
}

.wt7q2mn {
  list-style: none;
  display: flex;
  gap: 30px;
  align-items: center;
}

.kp4x9nq {
  display: flex;
  align-items: center;
  gap: 8px;
}

.kp4x9nq a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: opacity 0.3s ease;
}

.kp4x9nq a:hover {
  opacity: 0.8;
}

.nx8m4qp {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

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

.ql3m7nx {
  position: relative;
}

.wn8q4mp {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wn8q4mp:hover {
  background: rgba(255, 255, 255, 0.3);
}

.xp4n9mq {
  width: 12px;
  height: 8px;
  transition: transform 0.3s ease;
}

.ql3m7nx:hover .xp4n9mq {
  transform: rotate(180deg);
}

.pm7q3nx {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 8px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  padding: 8px;
  display: none;
  flex-direction: column;
  gap: 4px;
  min-width: 120px;
}

.ql3m7nx:hover .pm7q3nx {
  display: flex;
}

.vn2q8mx {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  color: #012f53;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s ease;
}

.vn2q8mx:hover {
  background: #f0f0f0;
}

.tn4q8mx {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  font-size: 14px;
}

.xq7m4np {
  font-size: 10px;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

.qm8x4np {
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  display: inline-block;
  border: none;
  cursor: pointer;
  text-align: center;
}

.qm8x4np--blue {
  background: #00b4ff;
  color: #ffffff;
}

.qm8x4np--blue:hover {
  background: #0095d9;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 180, 255, 0.4);
}

.qm8x4np--yellow {
  background: #ffea00;
  color: #012f53;
}

.qm8x4np--yellow:hover {
  background: #ffd700;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 234, 0, 0.4);
}

.qm8x4np--large {
  padding: 15px 35px;
  font-size: 18px;
}

.qm8x4np--full {
  width: 100%;
}

.qm8x4np--extra-large {
  padding: 20px 40px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.qm8x4np--widget {
  padding: 12px 30px;
  font-size: 16px;
  box-shadow: 0 4px 16px rgba(255, 234, 0, 0.5);
}

.zm4q8nx {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.zm4q8nx span {
  display: block;
  width: 25px;
  height: 3px;
  background: #ffffff;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.bm7q3nx {
  position: relative;
  margin-bottom: 40px;
}

.xp9m4nq {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 0;
}

.vm2q8nx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.vm2q8nx.active {
  opacity: 1;
}

.vm2q8nx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.qn8m4xp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  width: 90%;
  max-width: 600px;
  background: rgba(128, 128, 128, 0.6); /* сірий з 60% прозорістю */
  color: #fff;
  padding: 20px;
  border-radius: 10px;
}

.wp7q3mn {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
  line-height: 1.2;
}

.tn4q9mx {
  font-size: 20px;
  margin-bottom: 30px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}

.pm4q7nx {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.xn8q4mp {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.xn8q4mp.active,
.xn8q4mp:hover {
  background: #ffea00;
  transform: scale(1.2);
}

.kz8w4nx {
  padding: 20px 0;
}

.qm7x3np {
  display: flex;
  align-items: center;
  gap: 8px;
}

.qm7x3np svg {
  width: 20px;
  height: 20px;
}

.wn4q8mx {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.tm2q9nx {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.tm2q9nx a {
  color: #11dbe8;
  text-decoration: none;
  transition: color 0.3s ease;
}

.tm2q9nx a:hover {
  color: #ffea00;
}

.tm2q9nx svg {
  width: 8px;
  height: 12px;
  fill: rgba(255, 255, 255, 0.5);
}

.bv7q2mn {
  flex: 1;
  padding: 40px 0;
}

.xr4m8pl {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.fw9t5kx {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  color: #11dbe8;
}

.tn2q7mx {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.8);
}

.xm9q4np {
  margin: 40px 0;
}

.vq8m3nx {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.pm7q4nx {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 30px;
}

.pm7q4nx--pros {
  border: 2px solid #4ade80;
}

.pm7q4nx--cons {
  border: 2px solid #f87171;
}

.wn8q3mx {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.wn8q3mx svg {
  width: 32px;
  height: 32px;
}

.pm7q4nx--pros .wn8q3mx svg {
  fill: #4ade80;
}

.pm7q4nx--cons .wn8q3mx svg {
  fill: #f87171;
}

.tn4q7mx {
  font-size: 24px;
  font-weight: 600;
}

.qm8x3np {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.xp9m2nq {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.xp9m2nq:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(5px);
}

.pm7q4nx--pros .xp9m2nq svg {
  fill: #4ade80;
  flex-shrink: 0;
}

.pm7q4nx--cons .xp9m2nq svg {
  fill: #f87171;
  flex-shrink: 0;
}

.bm4q8nx {
  margin: 60px 0;
}

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

.vm7q2nx {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  border-radius: 16px;
  padding: 30px;
  border: 2px solid;
  transition: all 0.3s ease;
}

.vm7q2nx:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.vm7q2nx--gold {
  border-color: #ffd700;
}

.vm7q2nx--silver {
  border-color: #c0c0c0;
}

.vm7q2nx--bronze {
  border-color: #cd7f32;
}

.wn8q4mx {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.wn8q4mx svg {
  margin-bottom: 10px;
}

.vm7q2nx--gold svg {
  fill: #ffd700;
}

.vm7q2nx--silver svg {
  fill: #c0c0c0;
}

.vm7q2nx--bronze svg {
  fill: #cd7f32;
}

.qm8x5np {
  text-align: center;
  margin: 25px 0;
  font-weight: 700;
  font-size: 32px;
}

.xn4q9mp {
  font-size: 24px;
  margin-left: 5px;
}

.tn3q7mx {
  font-size: 16px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.8);
}

.wt8q4mn {
  list-style: none;
}

.xp9m3nq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  margin-bottom: 8px;
}

.qm7x2np {
  font-size: 20px;
}

.xn7q2mp {
  color: #ffea00;
  font-weight: 600;
}

.pm8x4nq {
  margin: 40px 0;
}

.pm8x4nq h2,
.pm8x4nq h3,
.pm8x4nq h4,
.pm8x4nq h5,
.pm8x4nq h6 {
  margin: 25px 0 15px;
  color: #11dbe8;
}

.pm8x4nq p {
  margin-bottom: 15px;
  line-height: 1.8;
}

.pm8x4nq ul,
.pm8x4nq ol {
  margin: 15px 0;
  padding-left: 30px;
}

.pm8x4nq li {
  margin-bottom: 10px;
}

.pm8x4nq table {
  width: 100%;
  margin: 25px auto;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  overflow: hidden;
}

.pm8x4nq th,
.pm8x4nq td {
  padding: 15px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.pm8x4nq th {
  background: rgba(17, 219, 232, 0.2);
  font-weight: 600;
}

.pm8x4nq img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
}

.xm4q9np {
  margin: 60px 0;
}

.vn8q3mx {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.vn8q3mx iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bonus-slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.vm8q3nx {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  border-radius: 16px;
  padding: 30px;
  border: 2px solid #11dbe8;
  transition: all 0.3s ease;
}

.vm8q3nx:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(17, 219, 232, 0.4);
  border-color: #ffea00;
}

.wn7q2mx {
  text-align: center;
  margin-bottom: 20px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tn5q7mx {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}

.qm8x4np-large {
  font-size: 36px;
  font-weight: 700;
  color: #ffea00;
  text-align: center;
  margin: 20px 0;
}

.xn7q3mp {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
  font-size: 14px;
}

.wt9q2mn {
  list-style: none;
  margin: 20px 0;
}

.wt9q2mn li {
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.8);
}

.xm7q4np {
  margin: 60px 0;
}

.pm9q3nx {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 30px;
  border: 2px solid #11dbe8;
}

.vn4q8mx {
  position: relative;
  width: 100%;
  padding-bottom: 66.67%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

.vn4q8mx iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.wn8q5mx {
  text-align: center;
}

.bm4q7nx {
  margin: 60px 0;
}

.xm8q4np {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.vm7q3nx {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 25px;
  transition: all 0.3s ease;
}

.vm7q3nx:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-3px);
}

.wn9q2mx {
  text-align: center;
  margin-bottom: 15px;
}

.wn9q2mx img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}

.tn4q9mx {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.qm7x3np svg {
  width: 20px;
  height: 20px;
}

.xn8q5mp {
  margin-top: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}

.pm7q5nx {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 30px;
}

.xm9q3np {
  margin-bottom: 20px;
}

.qm8x4np-input,
.qm8x4np-textarea {
  width: 100%;
  padding: 12px 15px;
  border-radius: 8px;
  border: 2px solid rgba(17, 219, 232, 0.3);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-family: inherit;
  font-size: 16px;
  transition: all 0.3s ease;
}

.qm8x4np-input:focus,
.qm8x4np-textarea:focus {
  outline: none;
  border-color: #11dbe8;
  background: rgba(255, 255, 255, 0.15);
}

.qm8x4np-textarea {
  resize: vertical;
}

.vm3q8nx {
  background: rgba(74, 222, 128, 0.2);
  border: 2px solid #4ade80;
  border-radius: 8px;
  padding: 15px;
  margin-top: 20px;
  text-align: center;
}

.bm8q3nx {
  background: linear-gradient(135deg, #11dbe8 0%, #0ea5b0 100%);
  padding: 50px 0 30px;
  margin-top: 60px;
}

.xm7q4np {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}

.vm9q3nx h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.wt7q3mn {
  list-style: none;
}

.wt7q3mn li {
  margin-bottom: 10px;
}

.wt7q3mn a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}

.wt7q3mn a:hover {
  color: #ffffff;
}

.xm8q5np {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
}

.bm9q5nx {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #11dbe8 0%, #0ea5b0 100%);
  padding: 15px 0;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.3);
  z-index: 999;
  animation: slideUp 0.5s ease;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

.bm9q5nx .xm8q4np {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 992px) {
  .pq9m3nx {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100vh;
    background: #012f53;
    flex-direction: column;
    justify-content: flex-start;
    padding: 80px 20px 20px;
    transition: left 0.3s ease;
    z-index: 999;
  }

  .pq9m3nx.active {
    left: 0;
  }

  .wt7q2mn {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .zm4q8nx {
    display: flex;
    z-index: 1001;
  }

  .bm9x4qp {
    gap: 10px;
  }

  .tn4q8mx {
    display: none;
  }

  .vq8m3nx {
    grid-template-columns: 1fr;
  }

  .xm9q3np {
    grid-template-columns: 1fr;
  }

  .bonus-slider {
    grid-template-columns: 1fr;
  }

  .xm8q4np {
    grid-template-columns: 1fr;
  }

  .xm7q4np {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .wp7q3mn {
    font-size: 32px;
  }

  .tn4q9mx {
    font-size: 16px;
  }

  .xp9m4nq {
    height: 400px;
  }

  .bm9q5nx .xm8q4np {
    flex-direction: column;
    gap: 15px;
  }

  .vm7q3nx span {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .xr4m8pl {
    padding: 20px;
  }

  .fw9t5kx {
    font-size: 28px;
  }

  .tn2q7mx {
    font-size: 16px;
  }

  .wp7q3mn {
    font-size: 24px;
  }

  .tn4q9mx {
    font-size: 14px;
  }

  .xp9m4nq {
    height: 300px;
  }

  .xm7q4np {
    grid-template-columns: 1fr;
  }

  .qm8x4np-large {
    font-size: 28px;
  }
}

.wp-block-library,
.elementor-frontend,
.wp-embed {
  display: none;
}

.yoast-schema-graph {
  display: none;
}

/* ===== FIX: JACKPOTS VISIBILITY (class conflicts) ===== */
#jackpots .pm7q3nx{
  position: static !important;
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  color: inherit !important;
}

/* у hero .vm2q8nx = слайд (absolute + opacity 0). В джекпотах це контент, тому скасовуємо */
#jackpots .vm2q8nx{
  position: static !important;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  height: auto !important;
  width: auto !important;
  overflow: visible !important;
}

/* додатково: нормальний вигляд цифр */
#jackpots .qm8x5np{
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin: 18px 0 10px;
  font-weight: 800;
  font-size: 44px;
  line-height: 1;
  color: #ffea00;
  text-shadow: 0 8px 18px rgba(0,0,0,0.35);
}

#jackpots .xn4q9mp{
  font-size: 22px;
  font-weight: 800;
  opacity: 0.95;
}

/* список переможців */
#jackpots .wt8q4mn{
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

#jackpots .xp9m3nq{
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
}

#jackpots .player-name{
  color: rgba(255,255,255,0.9);
  font-weight: 600;
}

#jackpots .xn7q2mp{
  color: #ffea00;
  font-weight: 800;
}

/* моб адаптація */
@media (max-width: 992px){
  #jackpots .xm9q3np{
    grid-template-columns: 1fr !important;
  }
  #jackpots .qm8x5np{
    font-size: 38px;
  }
}

@media (max-width: 480px){
  #jackpots .qm8x5np{
    font-size: 32px;
  }
}
