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

:root {
  --clr-primary: #5274ff;
  --clr-primary-dark: #3d5ee0;
  --clr-green: #69d253;
  --clr-green-dark: #52b83e;
  --clr-bg: #f5f5f5;
  --clr-white: #ffffff;
  --clr-text: #1a1a2e;
  --clr-text-muted: #6b7280;
  --clr-border: #e0e0e0;
  --clr-dark: #0d1117;
  --clr-dark2: #161b22;
  --clr-card-bg: #ffffff;
  --clr-section-alt: #eef1ff;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.07);
  --shadow-md: 0 6px 24px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.14);
  --font-head: "Montserrat", Arial, sans-serif;
  --font-body: "Roboto", Arial, sans-serif;
  --transition: 0.25s ease;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  background-color: var(--clr-bg);
  color: var(--clr-text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.container-xl {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.py-section {
  padding: 40px 0;
}

a {
  color: var(--clr-primary);
  text-decoration: none;
  transition: color var(--transition);
}

a:hover {
  color: var(--clr-primary-dark);
}

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

.elementor-widget-container {
  display: block;
}

.wp-block-group {
  display: block;
}

.wp-post-image {
  display: block;
  max-width: 100%;
}

.entry-meta,
.post-thumbnail,
.wp-caption {
  display: block;
}

.btn-slottica {
  display: inline-block;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.9rem;
  padding: 11px 24px;
  border-radius: var(--radius-sm);
  border: none;
  cursor: pointer;
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    background var(--transition);
  white-space: nowrap;
  text-decoration: none !important;
  line-height: 1.4;
}

.btn-slottica:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.btn-slottica:active {
  transform: translateY(0);
}

.btn-login-a3z {
  background: var(--clr-primary);
  color: var(--clr-white) !important;
}

.btn-login-a3z:hover {
  background: var(--clr-primary-dark);
  color: var(--clr-white) !important;
}

.btn-signup-b9x {
  background: var(--clr-green);
  color: #0d1117 !important;
}

.btn-signup-b9x:hover {
  background: var(--clr-green-dark);
  color: #0d1117 !important;
}

.hdr-z3p9 {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--clr-white);
  border-bottom: 1px solid var(--clr-border);
  box-shadow: var(--shadow-sm);
}

.hdr-inner-p3k7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
}

.logo-link-r4m8 {
  flex-shrink: 0;
}

.logo-img-x5z1 {
  height: 44px;
  width: auto;
}

.hdr-nav-b2p6 {
  flex: 1;
  display: flex;
  justify-content: center;
}

.nav-list-q7k3 {
  display: flex;
  gap: 4px;
  list-style: none;
}

.nav-link-m1v4 {
  font-family: var(--font-head);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--clr-text) !important;
  padding: 7px 14px;
  border-radius: var(--radius-sm);
  transition:
    background var(--transition),
    color var(--transition);
}

.nav-link-m1v4:hover {
  background: var(--clr-section-alt);
  color: var(--clr-primary) !important;
}

.hdr-right-c8n5 {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.online-count-w3p9 {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: var(--clr-text-muted);
  font-family: var(--font-head);
}

.online-dot-r2k1 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--clr-green);
  box-shadow: 0 0 0 3px rgba(105, 210, 83, 0.25);
  animation: pulse-dot 1.8s infinite;
}

@keyframes pulse-dot {
  0%,
  100% {
    box-shadow: 0 0 0 2px rgba(105, 210, 83, 0.3);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(105, 210, 83, 0.1);
  }
}

.online-num-v7m4 {
  font-weight: 700;
  color: var(--clr-text);
}

.online-label-b5z8 {
  color: var(--clr-text-muted);
}

.hdr-btns-x4v2 {
  display: flex;
  gap: 8px;
}

.burger-btn-n8k1 {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}

.burger-line-p4r7 {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--clr-text);
  border-radius: 2px;
  transition: all 0.3s;
}

.burger-btn-n8k1.active .burger-line-p4r7:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.burger-btn-n8k1.active .burger-line-p4r7:nth-child(2) {
  opacity: 0;
}

.burger-btn-n8k1.active .burger-line-p4r7:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu-v6z3 {
  display: none;
  position: fixed;
  inset: 0;
  top: 70px;
  background: var(--clr-white);
  z-index: 999;
  padding: 24px 20px;
  overflow-y: auto;
  animation: slideDown 0.3s ease;
}

.mobile-menu-v6z3.open {
  display: block;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mob-nav-list-r5k4 {
  list-style: none;
  margin-bottom: 24px;
}

.mob-nav-link-c7p1 {
  display: block;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--clr-text) !important;
  padding: 14px 0;
  border-bottom: 1px solid var(--clr-border);
  transition: color var(--transition);
}

.mob-nav-link-c7p1:hover {
  color: var(--clr-primary) !important;
}

.mob-btns-m3v9 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mob-btns-m3v9 .btn-slottica {
  text-align: center;
  padding: 14px 24px;
  font-size: 1rem;
}

.hero-section-q2w5 {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  background: url("/caBan.png") center center / cover no-repeat;
  overflow: hidden;
}

.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(13, 17, 30, 0.85) 0%,
    rgba(82, 116, 255, 0.55) 100%
  );
}

.hero-inner-r8k3 {
  position: relative;
  z-index: 1;
  padding: 60px 0;
}

.hero-badge-x1 {
  display: inline-block;
  background: rgba(105, 210, 83, 0.2);
  color: var(--clr-green);
  border: 1px solid var(--clr-green);
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: var(--font-head);
  padding: 4px 14px;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero-h1-m4n9 {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(1.8rem, 5vw, 3.2rem);
  color: var(--clr-white);
  line-height: 1.15;
  margin-bottom: 16px;
  max-width: 640px;
}

.hero-sub-p7j2 {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.88);
  max-width: 520px;
  margin-bottom: 28px;
  line-height: 1.6;
}

.hero-sub-p7j2 strong {
  color: var(--clr-green);
}

.hero-buttons-v6l1 {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.hero-buttons-v6l1 .btn-slottica {
  padding: 14px 32px;
  font-size: 1rem;
}

.hero-trust-r1p5 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--font-head);
  font-weight: 500;
}

.toc-block-w3m8 {
  background: var(--clr-card-bg);
  border-radius: var(--radius-md);
  border: 1px solid var(--clr-border);
  padding: 24px 28px;
  margin-bottom: 32px;
  box-shadow: var(--shadow-sm);
}

.toc-title-r4k2 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1rem;
  color: var(--clr-text);
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.toc-grid-p5n1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
}

.toc-link-q8v3 {
  display: block;
  padding: 10px 16px;
  border-radius: var(--radius-sm);
  background: var(--clr-section-alt);
  color: var(--clr-primary) !important;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.85rem;
  transition:
    background var(--transition),
    transform var(--transition);
  text-decoration: none !important;
}

.toc-link-q8v3:hover {
  background: var(--clr-primary);
  color: var(--clr-white) !important;
  transform: translateY(-1px);
}

.section-block-k9z2 {
  background: var(--clr-card-bg);
  border-radius: var(--radius-md);
  padding: 36px 32px;
  margin-bottom: 28px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--clr-border);
  animation: fadeInUp 0.5s ease both;
}

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

.section-title-v4m7 {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  color: var(--clr-text);
  margin-bottom: 8px;
  line-height: 1.3;
}

.section-desc-u2p9 {
  color: var(--clr-text-muted);
  font-size: 0.95rem;
  margin-bottom: 24px;
  line-height: 1.6;
}

.table-responsive-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.info-table-x3p8 {
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
  margin: 0 auto;
  font-size: 0.9rem;
}

.info-table-x3p8 tr {
  border-bottom: 1px solid var(--clr-border);
  transition: background var(--transition);
}

.info-table-x3p8 tr:hover {
  background: var(--clr-section-alt);
}

.info-table-x3p8 td {
  padding: 13px 16px;
  vertical-align: top;
  line-height: 1.55;
}

.param-col {
  font-family: var(--font-head);
  font-weight: 600;
  color: var(--clr-text-muted);
  width: 38%;
  white-space: nowrap;
}

.value-col {
  color: var(--clr-text);
  font-weight: 500;
}

.jackpots-section-b7r4 {
  background: var(--clr-dark);
  border-color: #2a2f3e;
}

.jackpots-section-b7r4 .section-title-v4m7 {
  color: var(--clr-white);
}

.jackpots-section-b7r4 .section-desc-u2p9 {
  color: rgba(255, 255, 255, 0.6);
}

.jackpots-grid-c3m1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.jackpot-card-n5x8 {
  border-radius: var(--radius-md);
  padding: 24px 20px;
  text-align: center;
  transition:
    transform var(--transition),
    box-shadow var(--transition);
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
}

.jackpot-card-n5x8::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--clr-green);
  opacity: 0;
  transition: opacity var(--transition);
}

.jackpot-card-n5x8:hover::before {
  opacity: 1;
}

.jackpot-card-n5x8:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.jackpot-mega {
  background: linear-gradient(135deg, #1a1a4e 0%, #2d2d8a 100%);
}

.jackpot-major {
  background: linear-gradient(135deg, #1a3a1a 0%, #2d7a2d 100%);
}

.jackpot-minor {
  background: linear-gradient(135deg, #3a1a00 0%, #7a4000 100%);
}

.jackpot-mini {
  background: linear-gradient(135deg, #1a2a3a 0%, #2d5080 100%);
}

.jp-label-q7v2 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.jp-amount-r9k4 {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(1.3rem, 3.5vw, 1.8rem);
  color: var(--clr-white);
  margin-bottom: 18px;
  font-variant-numeric: tabular-nums;
  animation: countUp 0.8s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  line-height: 1.2;
}

.jp-amount-r9k4::before {
  content: "₽";
  font-size: 0.7em;
  opacity: 0.7;
}

.jp-amount-r9k4 span {
  color: var(--clr-green);
  font-size: 1em;
  letter-spacing: -0.02em;
}

@keyframes countUp {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.btn-sm-jp {
  padding: 9px 20px;
  font-size: 0.82rem;
}

.video-wrapper-p3n6 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}

.video-wrapper-p3n6 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.demo-wrapper-v8k1 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: visible;
  border-radius: var(--radius-md);
  border: 2px solid var(--clr-border);
  margin-bottom: 20px;
  box-shadow: var(--shadow-md);
  background: #000;
  isolation: isolate;
}

.demo-wrapper-v8k1 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  pointer-events: auto;
  touch-action: manipulation;
  user-select: auto;
  z-index: 1;
}

.demo-cta-m2p7 {
  text-align: center;
}

.review-section-d4r8 {
}

.author-card-x5p2 {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px;
  background: var(--clr-section-alt);
  border-radius: var(--radius-md);
  margin-bottom: 28px;
  border: 1px solid rgba(82, 116, 255, 0.15);
}

.author-avatar-w9z3 {
  flex-shrink: 0;
}

.author-avatar-w9z3 img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--clr-primary);
}

.author-name-r7v1 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1rem;
  color: var(--clr-text);
}

.author-role-b3n5 {
  font-size: 0.83rem;
  color: var(--clr-text-muted);
  margin: 4px 0 10px;
  line-height: 1.5;
}

.author-links-c6m2 {
  display: flex;
  gap: 10px;
}

.author-link-social {
  font-size: 0.8rem;
  font-family: var(--font-head);
  font-weight: 600;
  color: var(--clr-primary) !important;
  border: 1px solid var(--clr-primary);
  padding: 3px 12px;
  border-radius: 20px;
  transition: all var(--transition);
  text-decoration: none !important;
}

.author-link-social:hover {
  background: var(--clr-primary);
  color: var(--clr-white) !important;
}

.review-content-p1z7 {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--clr-text);
}

.review-content-p1z7 h2,
.review-content-p1z7 h3,
.review-content-p1z7 h4 {
  font-family: var(--font-head);
  font-weight: 700;
  margin: 24px 0 10px;
  color: var(--clr-text);
}

.review-content-p1z7 h2 {
  font-size: 1.4rem;
}

.review-content-p1z7 h3 {
  font-size: 1.15rem;
}

.review-content-p1z7 p {
  margin-bottom: 14px;
}

.review-content-p1z7 ul,
.review-content-p1z7 ol {
  margin: 14px 0 14px 20px;
}

.review-content-p1z7 li {
  margin-bottom: 7px;
}

.review-content-p1z7 strong {
  font-weight: 700;
  color: var(--clr-text);
}

.review-content-p1z7 a {
  color: var(--clr-primary);
  text-decoration: underline;
}

.review-content-p1z7 table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.review-content-p1z7 table td,
.review-content-p1z7 table th {
  border: 1px solid var(--clr-border);
  padding: 10px 14px;
  text-align: left;
}

.review-content-p1z7 table th {
  background: var(--clr-section-alt);
  font-family: var(--font-head);
  font-weight: 600;
}

.review-content-p1z7 blockquote {
  border-left: 3px solid var(--clr-primary);
  padding: 12px 20px;
  margin: 16px 0;
  background: var(--clr-section-alt);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-style: italic;
  color: var(--clr-text-muted);
}

.faq-section-m3r9 {
}

.faq-list-b8v4 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item-q2n7 {
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: box-shadow var(--transition);
}

.faq-item-q2n7:hover {
  box-shadow: var(--shadow-sm);
}

.faq-question-r5k1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--clr-text);
  text-align: left;
  gap: 12px;
  transition: background var(--transition);
}

.faq-question-r5k1:hover {
  background: var(--clr-section-alt);
}

.faq-arrow-p9m3 {
  flex-shrink: 0;
  transition: transform 0.3s ease;
  color: var(--clr-primary);
}

.faq-question-r5k1[aria-expanded="true"] .faq-arrow-p9m3 {
  transform: rotate(180deg);
}

.faq-answer-x4v8 {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    padding 0.3s ease;
}

.faq-answer-x4v8.faq-open {
  max-height: 600px;
}

.faq-answer-x4v8 > div {
  padding: 0 22px 18px;
  font-size: 0.9rem;
  color: var(--clr-text-muted);
  line-height: 1.65;
}

.faq-answer-x4v8 > div p {
  margin-bottom: 0;
}

.faq-answer-x4v8 > div strong {
  color: var(--clr-text);
}

.site-footer-b3m7 {
  background: var(--clr-dark);
  color: rgba(255, 255, 255, 0.75);
  padding: 52px 0 28px;
  margin-top: 20px;
}

.footer-top-p4n9 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 36px;
}

.footer-logo-v8z1 {
  height: 40px;
  width: auto;
  margin-bottom: 14px;
  filter: brightness(0) invert(1);
}

.footer-desc-q3m5 {
  font-size: 0.85rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.55);
  max-width: 320px;
}

.footer-nav-cols-x7p2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.footer-col-title-n4k1 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 14px;
}

.footer-nav-list-w2r9 {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-link-c6m3 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6) !important;
  transition: color var(--transition);
  text-decoration: none !important;
}

.footer-link-c6m3:hover {
  color: var(--clr-green) !important;
}

.footer-section-label-r2p7 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 14px;
}

.footer-payments-k9v3,
.footer-providers-z3r8 {
  margin-bottom: 28px;
}

.payment-logos-m5n1,
.provider-logos-v7p4 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.payment-item-q8k4 {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 0.75rem;
  font-family: var(--font-head);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  transition:
    background var(--transition),
    color var(--transition);
}

.payment-item-q8k4:hover {
  background: rgba(255, 255, 255, 0.15);
  color: var(--clr-white);
}

.provider-item-b2n6 {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 5px 12px;
  font-size: 0.72rem;
  font-family: var(--font-head);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  transition:
    background var(--transition),
    color var(--transition);
}

.provider-item-b2n6:hover {
  background: rgba(82, 116, 255, 0.2);
  color: rgba(255, 255, 255, 0.9);
}

.footer-bottom-m4k8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  flex-wrap: wrap;
}

.footer-license-p1z5 {
  font-size: 0.78rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.4);
}

.footer-legal-x9v3 {
  margin-top: 4px;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.3);
}

.footer-age-r3k2 {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.25);
  flex-shrink: 0;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  padding: 4px 10px;
}

.bottom-widget-k2m8 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
  background: var(--clr-dark2);
  border-top: 2px solid var(--clr-green);
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
  animation: slideUpWidget 0.6s ease;
  gap: 12px;
}

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

.bottom-widget-k2m8.hidden {
  display: none;
}

.widget-inner-r5n1 {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
}

.widget-text-q9v3 {
  display: flex;
  flex-direction: column;
}

.widget-bonus-label {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1rem;
  color: var(--clr-green);
  line-height: 1.2;
}

.widget-desc-p2k6 {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.65);
}

.widget-btn-x4r8 {
  padding: 12px 28px;
  font-size: 0.9rem;
  flex-shrink: 0;
  text-decoration: none !important;
}

.widget-close-v3m5 {
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.4);
  font-size: 1rem;
  padding: 6px;
  flex-shrink: 0;
  transition: color var(--transition);
}

.widget-close-v3m5:hover {
  color: var(--clr-white);
}

.bg-f5 {
  background-color: var(--clr-bg);
}

.d-none-q8k2 {
  display: none !important;
}

.vis-hidden-p3r7 {
  visibility: hidden !important;
}

.overflow-hidden-m2v5 {
  overflow: hidden;
}

.el-widget-container {
  display: none;
  width: 0;
  height: 0;
  overflow: hidden;
}

.woocommerce-loop-product__link-dummy {
  display: none;
}

.wp-hidden-children-r4k9 {
  display: none;
  visibility: hidden;
}

@media (max-width: 992px) {
  .hdr-nav-b2p6 {
    display: none;
  }
  .burger-btn-n8k1 {
    display: flex;
  }
  .hdr-btns-x4v2 {
    gap: 6px;
  }
  .hdr-btns-x4v2 .btn-slottica {
    padding: 9px 16px;
    font-size: 0.8rem;
  }
  .online-count-w3p9 {
    display: none;
  }
  .footer-top-p4n9 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .py-section {
    padding: 28px 0;
  }
  .section-block-k9z2 {
    padding: 24px 18px;
  }
  .hero-section-q2w5 {
    min-height: 380px;
  }
  .hero-inner-r8k3 {
    padding: 40px 0;
  }
  .hero-buttons-v6l1 {
    flex-direction: column;
  }
  .hero-buttons-v6l1 .btn-slottica {
    text-align: center;
  }
  .hero-trust-r1p5 {
    flex-direction: column;
    gap: 10px;
  }
  .toc-grid-p5n1 {
    grid-template-columns: 1fr 1fr;
  }
  .jackpots-grid-c3m1 {
    grid-template-columns: 1fr 1fr;
  }
  .author-card-x5p2 {
    flex-direction: column;
  }
  .footer-nav-cols-x7p2 {
    grid-template-columns: 1fr;
  }
  .footer-bottom-m4k8 {
    flex-direction: column;
    align-items: flex-start;
  }
  .widget-inner-r5n1 {
    gap: 12px;
  }
  .widget-btn-x4r8 {
    padding: 10px 18px;
    font-size: 0.82rem;
  }
  .jp-amount-r9k4 {
    font-size: clamp(1.1rem, 5vw, 1.4rem);
  }
  .jackpot-card-n5x8 {
    padding: 20px 16px;
  }
  .jp-label-q7v2 {
    font-size: 0.75rem;
  }
  .demo-wrapper-v8k1 {
    padding-bottom: 75%;
    border-radius: var(--radius-sm);
  }
}

@media (max-width: 480px) {
  .toc-grid-p5n1 {
    grid-template-columns: 1fr;
  }
  .jackpots-grid-c3m1 {
    grid-template-columns: 1fr;
  }
  .hdr-btns-x4v2 .btn-slottica {
    padding: 8px 12px;
    font-size: 0.75rem;
  }
  .jp-amount-r9k4 {
    flex-direction: column;
    gap: 2px;
  }
  .jp-amount-r9k4::before {
    font-size: 0.6em;
  }
  .demo-wrapper-v8k1 {
    padding-bottom: 100%;
    margin-bottom: 16px;
  }
  .demo-cta-m2p7 .btn-slottica {
    width: 100%;
    padding: 14px 24px;
  }
}
