*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
  background: #0d102a;
}
body {
  font-family: "Montserrat", sans-serif;
  background: #0d102a;
  color: #e8eaf6;
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #ff4dd2;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover {
  color: #ff80e8;
}
ul {
  list-style: none;
}
button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 16px;
}
.inner-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 8px;
}
.box {
  width: 100%;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1;
  cursor: pointer;
  transition:
    transform 0.15s,
    box-shadow 0.15s,
    opacity 0.2s;
  text-align: center;
  white-space: nowrap;
  border: 2px solid transparent;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}
.btn:active {
  transform: translateY(0);
}
.btn-pink {
  background: #ff4dd2;
  color: #fff;
  border-color: #ff4dd2;
}
.btn-pink:hover {
  background: #e03dba;
  color: #fff;
  border-color: #e03dba;
}
.btn-green {
  background: #00e676;
  color: #0d102a;
  border-color: #00e676;
}
.btn-green:hover {
  background: #00c962;
  color: #0d102a;
  border-color: #00c962;
}
.btn-outline {
  background: transparent;
  color: #e8eaf6;
  border-color: rgba(232, 234, 246, 0.35);
}
.btn-outline:hover {
  background: rgba(232, 234, 246, 0.08);
  color: #fff;
  border-color: rgba(232, 234, 246, 0.6);
}
.btn-sm {
  padding: 7px 14px;
  font-size: 0.8rem;
  border-radius: 6px;
}
.btn-md {
  padding: 10px 22px;
  font-size: 0.88rem;
}
.btn-lg {
  padding: 14px 32px;
  font-size: 1rem;
  border-radius: 10px;
}

.header {
  background: #1b1f3b;
  border-bottom: 1px solid rgba(255, 77, 210, 0.12);
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
}
.header-nav {
  padding: 0 16px;
}
.hdr-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0;
}
.hdr-logo-link {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.hdr-logo-img {
  width: 120px;
  height: auto;
  object-fit: contain;
}
.hdr-nav-wrap {
  flex: 1;
  display: flex;
  align-items: center;
}
.hdr-nav-list {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.hdr-nav-link {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 10px;
  border-radius: 6px;
  color: #c5c8e8;
  font-size: 0.82rem;
  font-weight: 600;
  transition:
    background 0.2s,
    color 0.2s;
  white-space: nowrap;
}
.hdr-nav-link:hover {
  background: rgba(255, 77, 210, 0.12);
  color: #ff4dd2;
}
.nav-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  opacity: 0.75;
}
.hdr-nav-mobile-only {
  display: none;
}
.hdr-right-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.hdr-online-count {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(0, 230, 118, 0.08);
  border: 1px solid rgba(0, 230, 118, 0.2);
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 0.75rem;
  color: #b2dfdb;
  white-space: nowrap;
}
.online-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00e676;
  animation: pulse 2s infinite;
  flex-shrink: 0;
}
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.3);
  }
}
.online-num {
  font-weight: 700;
  color: #00e676;
}
.hdr-lang-wrap {
  position: relative;
}
.hdr-lang-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  padding: 5px 9px;
  color: #e8eaf6;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.hdr-lang-btn:hover {
  background: rgba(255, 255, 255, 0.12);
}
.lang-arrow {
  transition: transform 0.2s;
}
.hdr-lang-wrap.open .lang-arrow {
  transform: rotate(180deg);
}
.hdr-lang-drop {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  background: #1b1f3b;
  border: 1px solid rgba(255, 77, 210, 0.2);
  border-radius: 8px;
  min-width: 150px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition:
    opacity 0.2s,
    transform 0.2s;
  z-index: 200;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}
.hdr-lang-wrap.open .hdr-lang-drop {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.lang-opt {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  color: #c5c8e8;
  font-size: 0.82rem;
  transition:
    background 0.15s,
    color 0.15s;
}
.lang-opt:hover,
.lang-opt.lang-active {
  background: rgba(255, 77, 210, 0.1);
  color: #ff4dd2;
}
.hdr-cta-wrap {
  display: flex;
  gap: 8px;
  align-items: center;
}
.hdr-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
  border-radius: 4px;
  background: transparent;
}
.hdr-burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #e8eaf6;
  border-radius: 2px;
  transition:
    transform 0.3s,
    opacity 0.3s;
}
.hdr-burger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hdr-burger.open span:nth-child(2) {
  opacity: 0;
}
.hdr-burger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero-section {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 8s ease-out;
}
.hero-bg:hover {
  transform: scale(1.04);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(13, 16, 42, 0.92) 0%,
    rgba(27, 31, 59, 0.75) 60%,
    rgba(13, 16, 42, 0.85) 100%
  );
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
  padding: 64px 24px 64px 40px;
}
.hero-badge {
  display: inline-block;
  background: rgba(255, 77, 210, 0.18);
  border: 1px solid rgba(255, 77, 210, 0.4);
  color: #ff80e8;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.hero-title {
  font-size: clamp(2.2rem, 6vw, 3.8rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 14px;
  text-shadow: 0 2px 20px rgba(255, 77, 210, 0.3);
}
.hero-sub {
  font-size: 1.05rem;
  color: #c5c8e8;
  margin-bottom: 28px;
  line-height: 1.6;
}
.hero-sub strong {
  color: #00e676;
}
.hero-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.hero-stats {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.hero-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.hero-stat-val {
  font-size: 1.3rem;
  font-weight: 800;
  color: #ff4dd2;
}
.hero-stat-label {
  font-size: 0.72rem;
  color: #7c8cbf;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.breadcrumbs-wrap {
  padding: 14px 0;
  background: rgba(27, 31, 59, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.breadcrumbs-list {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  padding: 0 8px;
}
.bc-item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.bc-link {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #7c8cbf;
  font-size: 0.8rem;
  transition: color 0.2s;
}
.bc-link:hover {
  color: #ff4dd2;
}
.bc-sep {
  color: #3d4466;
  font-size: 0.8rem;
}
.bc-current {
  color: #c5c8e8;
  font-size: 0.8rem;
  font-weight: 600;
}

.section-wrap {
  padding: 52px 0;
}
.section-head {
  margin-bottom: 30px;
}
.section-title {
  font-size: clamp(1.3rem, 3vw, 1.85rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.25;
}
.section-desc {
  color: #7c8cbf;
  font-size: 0.92rem;
  line-height: 1.6;
  max-width: 680px;
}

.casinos-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.casino-card {
  background: #1b1f3b;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  transition:
    border-color 0.25s,
    box-shadow 0.25s;
  position: relative;
}
.casino-card:hover {
  border-color: rgba(255, 77, 210, 0.25);
  box-shadow: 0 4px 24px rgba(255, 77, 210, 0.08);
}
.casino-top1 {
  border-color: rgba(255, 215, 0, 0.3);
  box-shadow:
    0 0 0 1px rgba(255, 215, 0, 0.1),
    0 4px 24px rgba(255, 215, 0, 0.05);
}
.casino-top2 {
  border-color: rgba(192, 192, 192, 0.3);
}
.casino-top3 {
  border-color: rgba(205, 127, 50, 0.3);
}
.casino-hidden {
  display: none;
}
.casino-rank {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 800;
  flex-shrink: 0;
}
.rank-gold {
  background: linear-gradient(135deg, #ffd700, #ff9500);
  color: #1a1000;
  box-shadow: 0 0 12px rgba(255, 215, 0, 0.4);
}
.rank-silver {
  background: linear-gradient(135deg, #c0c0c0, #888);
  color: #111;
}
.rank-bronze {
  background: linear-gradient(135deg, #cd7f32, #8b4513);
  color: #fff;
}
.rank-default {
  background: rgba(255, 255, 255, 0.08);
  color: #7c8cbf;
}
.casino-logo-wrap {
  width: 100px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
}
.casino-logo {
  width: 100%;
  height: 56px;
  object-fit: contain;
  border-radius: 6px;
}
.casino-logo-placeholder {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  width: 100px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  color: #c5c8e8;
  text-align: center;
  padding: 4px;
}
.casino-info {
  flex: 1;
  min-width: 0;
}
.casino-name-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.casino-name {
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
}
.casino-flag {
  font-size: 1rem;
}
.casino-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}
.stars {
  color: #ffd700;
  font-size: 0.85rem;
  letter-spacing: 1px;
}
.rating-num {
  font-size: 0.85rem;
  font-weight: 700;
  color: #ffd700;
}
.casino-bonus {
  color: #00e676;
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.casino-pros {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 10px;
}
.casino-pros li {
  color: #c5c8e8;
  font-size: 0.82rem;
  line-height: 1.4;
}
.casino-meta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.casino-meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.75rem;
  color: #7c8cbf;
}
.casino-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
  align-items: stretch;
  min-width: 120px;
}
.casino-btn-play,
.casino-btn-review {
  width: 100%;
  text-align: center;
  justify-content: center;
}

.casinos-pagination {
  text-align: center;
  padding-top: 24px;
}

.table-scroll-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.info-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
}
.info-table th,
.info-table td {
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  font-size: 0.88rem;
  line-height: 1.5;
  vertical-align: middle;
}
.info-table th {
  background: rgba(255, 77, 210, 0.08);
  color: #ff80e8;
  font-weight: 700;
  white-space: nowrap;
  width: 38%;
}
.info-table td {
  color: #c5c8e8;
}
.info-table tr:hover th,
.info-table tr:hover td {
  background: rgba(255, 255, 255, 0.04);
}
.tbl-link {
  color: #ff4dd2;
  text-decoration: none;
}
.tbl-link:hover {
  color: #ff80e8;
  text-decoration: underline;
}

.adv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.adv-card {
  background: #1b1f3b;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 24px 20px;
  transition:
    transform 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
}
.adv-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 77, 210, 0.25);
  box-shadow: 0 8px 24px rgba(255, 77, 210, 0.1);
}
.adv-icon {
  width: 56px;
  height: 56px;
  background: rgba(255, 77, 210, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  color: #ff4dd2;
}
.adv-title {
  font-size: 0.95rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}
.adv-text {
  font-size: 0.83rem;
  color: #7c8cbf;
  line-height: 1.6;
}

.demo-wrap {
  background: #1b1f3b;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
}
.demo-frame-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: #0d102a;
}
.demo-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.demo-cta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 24px;
  background: rgba(0, 230, 118, 0.05);
  border-top: 1px solid rgba(0, 230, 118, 0.15);
  flex-wrap: wrap;
}
.demo-cta-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.demo-cta-text strong {
  font-size: 0.95rem;
  color: #fff;
}
.demo-cta-text span {
  font-size: 0.82rem;
  color: #7c8cbf;
}

.content-review-block {
  background: rgba(27, 31, 59, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.content-review-block .inner-container h2 {
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
  margin: 28px 0 12px;
}
.content-review-block .inner-container h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ff80e8;
  margin: 22px 0 10px;
}
.content-review-block .inner-container p {
  color: #c5c8e8;
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 14px;
}
.content-review-block .inner-container ul,
.content-review-block .inner-container ol {
  padding-left: 22px;
  margin-bottom: 14px;
}
.content-review-block .inner-container li {
  color: #c5c8e8;
  font-size: 0.88rem;
  line-height: 1.6;
  margin-bottom: 6px;
}
.content-review-block .inner-container ul {
  list-style: disc;
}
.content-review-block .inner-container ol {
  list-style: decimal;
}
.content-review-block .inner-container table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
}
.content-review-block .inner-container table th,
.content-review-block .inner-container table td {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  color: #c5c8e8;
  font-size: 0.85rem;
}
.content-review-block .inner-container table th {
  background: rgba(255, 77, 210, 0.08);
  color: #ff80e8;
  font-weight: 700;
}
.content-review-block .inner-container a {
  color: #ff4dd2;
}
.content-review-block .inner-container a:hover {
  color: #ff80e8;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-item {
  background: #1b1f3b;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.2s;
}
.faq-item.open {
  border-color: rgba(255, 77, 210, 0.25);
}
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  color: #e8eaf6;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: color 0.2s;
}
.faq-q:hover {
  color: #ff4dd2;
}
.faq-item.open .faq-q {
  color: #ff4dd2;
}
.faq-arrow {
  flex-shrink: 0;
  transition: transform 0.3s;
}
.faq-item.open .faq-arrow {
  transform: rotate(180deg);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.35s ease,
    padding 0.3s;
}
.faq-item.open .faq-a {
  max-height: 600px;
  padding: 0 20px 18px;
}
.faq-a p {
  color: #a0a8cc;
  font-size: 0.87rem;
  line-height: 1.7;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.review-card {
  background: #1b1f3b;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 20px;
}
.review-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.review-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff4dd2, #7b2fff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.9rem;
  color: #fff;
  flex-shrink: 0;
}
.review-author-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.review-author {
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
}
.review-stars {
  font-size: 0.8rem;
  color: #ffd700;
}
.review-text {
  color: #a0a8cc;
  font-size: 0.85rem;
  line-height: 1.65;
  margin-bottom: 10px;
}
.review-date {
  font-size: 0.75rem;
  color: #3d4466;
}

.proscons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.pros-block,
.cons-block {
  background: #1b1f3b;
  border-radius: 12px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.pros-block {
  border-top: 3px solid #00e676;
}
.cons-block {
  border-top: 3px solid #ff4d4d;
}
.proscons-head {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 14px;
}
.pros-head {
  color: #00e676;
}
.cons-head {
  color: #ff4d4d;
}
.proscons-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pros-list li {
  color: #c5c8e8;
  font-size: 0.85rem;
  padding-left: 18px;
  position: relative;
  line-height: 1.5;
}
.pros-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #00e676;
  font-weight: 700;
}
.cons-list li {
  color: #c5c8e8;
  font-size: 0.85rem;
  padding-left: 18px;
  position: relative;
  line-height: 1.5;
}
.cons-list li::before {
  content: "✗";
  position: absolute;
  left: 0;
  color: #ff4d4d;
  font-weight: 700;
}

.author-card {
  background: #1b1f3b;
  border: 1px solid rgba(255, 77, 210, 0.2);
  border-radius: 14px;
  padding: 24px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.author-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff4dd2, #7b2fff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1.1rem;
  color: #fff;
  flex-shrink: 0;
}
.author-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 10px;
}
.author-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #7c8cbf;
}
.author-name {
  font-size: 1.05rem;
  font-weight: 800;
  color: #ff4dd2;
}
.author-title {
  font-size: 0.82rem;
  color: #7c8cbf;
}
.author-bio {
  font-size: 0.85rem;
  color: #a0a8cc;
  line-height: 1.65;
  margin-bottom: 12px;
}
.author-linkedin {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #4db6e8;
  border: 1px solid rgba(77, 182, 232, 0.3);
  padding: 6px 14px;
  border-radius: 6px;
  transition:
    background 0.2s,
    color 0.2s;
}
.author-linkedin:hover {
  background: rgba(77, 182, 232, 0.1);
  color: #80cfff;
}

.footer-wrap {
  background: #1b1f3b;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 48px 0 24px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 32px;
  margin-bottom: 36px;
}
.footer-logo-link {
  display: inline-flex;
  margin-bottom: 12px;
}
.footer-logo {
  width: 120px;
  height: auto;
  object-fit: contain;
}
.footer-desc {
  font-size: 0.82rem;
  color: #7c8cbf;
  line-height: 1.6;
  margin-bottom: 12px;
}
.footer-age-badge {
  display: inline-block;
  background: rgba(255, 77, 77, 0.15);
  border: 1px solid rgba(255, 77, 77, 0.35);
  color: #ff6666;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 4px;
}
.footer-nav-col {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-nav-group {
  flex: 1;
  min-width: 120px;
}
.footer-nav-title {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ff4dd2;
  font-weight: 700;
  margin-bottom: 10px;
}
.footer-nav-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.footer-nav-list a {
  color: #7c8cbf;
  font-size: 0.83rem;
  transition: color 0.2s;
}
.footer-nav-list a:hover {
  color: #e8eaf6;
}
.footer-payments {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}
.payment-badge {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 0.72rem;
  color: #c5c8e8;
  font-weight: 600;
}
.footer-licenses {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}
.license-badge {
  background: rgba(0, 230, 118, 0.07);
  border: 1px solid rgba(0, 230, 118, 0.2);
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 0.72rem;
  color: #00e676;
  font-weight: 600;
}
.footer-provider {
  margin-top: 4px;
}
.provider-badge {
  background: rgba(255, 77, 210, 0.08);
  border: 1px solid rgba(255, 77, 210, 0.25);
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 0.78rem;
  color: #ff80e8;
  font-weight: 700;
  display: inline-block;
  transition: background 0.2s;
}
.provider-link:hover .provider-badge {
  background: rgba(255, 77, 210, 0.15);
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-legal p {
  color: #3d4466;
  font-size: 0.77rem;
  line-height: 1.6;
  margin-bottom: 6px;
}
.footer-legal a {
  color: #7c8cbf;
}
.footer-legal a:hover {
  color: #ff4dd2;
}
.footer-copyright {
  color: #3d4466;
  font-size: 0.77rem;
}

.sticky-widget {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.sticky-widget.visible {
  transform: translateY(0);
}
.sticky-widget-inner {
  background: #1b1f3b;
  border-top: 2px solid #ff4dd2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 12px 24px;
  flex-wrap: wrap;
}
.sticky-bonus-label {
  font-size: 0.75rem;
  color: #ff80e8;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.sticky-bonus-val {
  font-size: 1.05rem;
  font-weight: 900;
  color: #00e676;
}
.sticky-cta {
  text-decoration: none !important;
  font-weight: 800;
}
.sticky-close {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #7c8cbf;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  transition:
    background 0.2s,
    color 0.2s;
  flex-shrink: 0;
}
.sticky-close:hover {
  background: rgba(255, 77, 77, 0.2);
  color: #ff6666;
}

.technical-page-content .technical-inner {
  padding: 32px 8px;
}
.technical-inner h1 {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 24px;
}
.technical-inner h2 {
  font-size: 1.2rem;
  font-weight: 800;
  color: #ff80e8;
  margin: 28px 0 10px;
}
.technical-inner h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #e8eaf6;
  margin: 20px 0 8px;
}
.technical-inner p {
  color: #a0a8cc;
  font-size: 0.88rem;
  line-height: 1.75;
  margin-bottom: 14px;
}
.technical-inner ul,
.technical-inner ol {
  padding-left: 22px;
  margin-bottom: 14px;
}
.technical-inner ul {
  list-style: disc;
}
.technical-inner ol {
  list-style: decimal;
}
.technical-inner li {
  color: #a0a8cc;
  font-size: 0.87rem;
  line-height: 1.65;
  margin-bottom: 7px;
}
.technical-inner a {
  color: #ff4dd2;
}
.technical-inner a:hover {
  color: #ff80e8;
  text-decoration: underline;
}

.xb7m3z {
}
.xh4p8r {
}
.xn2v7k {
}
.xc5n2m {
}
.xf6p1q {
}
.xg8k4n {
}
.xw1m6p {
}
.xe5q2n {
}
.xv4b8w {
}
.xm3h5r {
}
.xa9r4n {
}
.xf8n3q {
}
.xw5b9r {
}
.xq1m4p {
}
.xh3n7k {
}
.xc9f2z {
}
.xp3r8s {
}
.xd3v9r {
}
.xr2j5t {
}
.xn8c3r {
}
.xr7n2k {
}
.xp2k8z {
}
.xj6b2v {
}
.xq9f2a {
}

.e3r7 {
}
.p9k2 {
}
.m4x1 {
}
.z8n5 {
}
.v6q3 {
}
.d2w8 {
}

@media (max-width: 1024px) {
  .adv-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .footer-trust-col {
    grid-column: 1/-1;
  }
}
@media (max-width: 768px) {
  .hdr-inner {
    flex-wrap: nowrap;
    padding: 0 12px;
  }
  .hdr-nav-wrap {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0d102a;
    z-index: 99;
    padding: 20px;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.3s;
    display: block;
  }
  .hdr-nav-wrap.open {
    transform: translateX(0);
  }
  .hdr-nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .hdr-nav-link {
    font-size: 0.95rem;
    padding: 10px 12px;
    width: 100%;
  }
  .hdr-nav-mobile-only {
    display: flex;
    gap: 8px;
    padding: 10px 12px;
  }
  .hdr-cta-wrap {
    display: none;
  }
  .hdr-burger {
    display: flex;
  }
  .hdr-online-count .online-label {
    display: none;
  }
  .hero-content {
    padding: 48px 20px 48px 20px;
  }
  .hero-btns {
    flex-direction: column;
  }
  .hero-btns .btn {
    justify-content: center;
  }
  .hero-stats {
    gap: 16px;
  }
  .casino-card {
    flex-wrap: wrap;
  }
  .casino-logo-wrap {
    width: 80px;
  }
  .casino-actions {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .casino-actions .btn {
    flex: 1;
  }
  .adv-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .reviews-grid {
    grid-template-columns: 1fr;
  }
  .proscons-grid {
    grid-template-columns: 1fr;
  }
  .footer-top {
    grid-template-columns: 1fr;
  }
  .footer-trust-col {
    grid-column: auto;
  }
  .author-card {
    flex-direction: column;
  }
  .demo-cta-bar {
    flex-direction: column;
    text-align: center;
  }
  .demo-money-btn {
    width: 100%;
    justify-content: center;
  }
  .sticky-widget-inner {
    padding: 10px 16px;
    gap: 10px;
  }
  .sticky-bonus-val {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .adv-grid {
    grid-template-columns: 1fr;
  }
  .casino-meta-row {
    flex-wrap: wrap;
    gap: 8px;
  }
  .hero-stat-val {
    font-size: 1.1rem;
  }
  .footer-nav-col {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}
.content-review-block .inner-container {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.content-review-block .inner-container a {
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}
