@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;600;700;800&display=swap');

:root {
  --c-header: #037ce1;
  --c-header-dark: #025fb0;
  --c-btn-yellow: #ffed77;
  --c-btn-yellow-hover: #ffe033;
  --c-btn-pink: #ff018b;
  --c-btn-pink-hover: #cc006e;
  --c-bg: #00c2ff;
  --c-bg-dark: #0099cc;
  --c-text-dark: #0a1628;
  --c-text-light: #ffffff;
  --c-card-bg: rgba(2,50,110,0.72);
  --c-card-border: rgba(255,255,255,0.13);
  --radius: 14px;
  --radius-sm: 8px;
  --shadow: 0 4px 32px rgba(3,124,225,0.18);
  --font: 'Exo 2', sans-serif;
}

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

html { scroll-behavior: smooth; background: var(--c-bg); }

body {
  font-family: var(--font);
  background: linear-gradient(160deg, #00c2ff 0%, #037ce1 60%, #0052a3 100%);
  color: var(--c-text-dark);
  min-height: 100vh;
  line-height: 1.55;
  font-size: 16px;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.wp-block-spacer { display: block; height: 1px; }
.wp-content-wrap { display: none; }

.bxq7a { display: flex; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 16px; }

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

.site-header {
  background: var(--c-header);
  box-shadow: 0 2px 20px rgba(3,60,140,0.22);
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 0;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  flex-wrap: wrap;
  position: relative;
}
.header-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.header-logo img {
  height: 44px;
  width: auto;
  object-fit: contain;
}
.header-logo span {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--c-btn-yellow);
  letter-spacing: 1px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.22);
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.header-nav a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  border-radius: 8px;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 600;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
}
.header-nav a:hover { background: rgba(255,255,255,0.15); color: var(--c-btn-yellow); }
.header-nav a svg { flex-shrink: 0; }

.header-btns {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 20px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  border: none;
  outline: none;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
  white-space: nowrap;
  letter-spacing: 0.3px;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.22); }
.btn:active { transform: translateY(0); }

.btn-demo {
  background: var(--c-btn-yellow);
  color: #1a1000;
}
.btn-demo:hover { background: var(--c-btn-yellow-hover); }

.btn-play {
  background: var(--c-btn-pink);
  color: #fff;
}
.btn-play:hover { background: var(--c-btn-pink-hover); }

.btn-lg {
  padding: 14px 32px;
  font-size: 1.05rem;
  border-radius: 40px;
}

.btn-outline {
  background: transparent;
  border: 2px solid var(--c-btn-yellow);
  color: var(--c-btn-yellow);
}
.btn-outline:hover { background: var(--c-btn-yellow); color: #1a1000; }

.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
  background: rgba(255,255,255,0.12);
  border: none;
  outline: none;
  flex-shrink: 0;
}
.burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.25s, opacity 0.25s;
}
.burger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.active span:nth-child(2) { opacity: 0; }
.burger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #023278 0%, #037ce1 50%, #00c2ff 100%);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: url('/balloon-hero.webp') center/cover no-repeat;
  opacity: 0.45;
  z-index: 0;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(2,30,80,0.82) 0%, rgba(3,124,225,0.55) 60%, rgba(0,194,255,0.25) 100%);
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  padding: 64px 0;
  max-width: 660px;
}
.hero-content h1 {
  font-size: clamp(1.9rem, 5vw, 3rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 12px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.4);
}
.hero-content h1 span { color: var(--c-btn-yellow); }
.hero-intro {
  font-size: 1.08rem;
  color: rgba(255,255,255,0.88);
  margin-bottom: 28px;
  line-height: 1.6;
}
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }

.spoiler-toggle {
  background: none;
  border: none;
  color: rgba(255,255,255,0.7);
  font-size: 0.88rem;
  cursor: pointer;
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color 0.2s;
  font-family: var(--font);
}
.spoiler-toggle:hover { color: var(--c-btn-yellow); }
.spoiler-body {
  margin-top: 12px;
  padding: 14px 16px;
  background: rgba(0,0,0,0.3);
  border-radius: var(--radius-sm);
  color: rgba(255,255,255,0.82);
  font-size: 0.93rem;
  line-height: 1.6;
  display: none;
}
.spoiler-body.open { display: block; animation: fadeIn 0.3s ease; }

.hero-balloon {
  position: absolute;
  right: 8%;
  bottom: -20px;
  z-index: 2;
  animation: floatUp 3.5s ease-in-out infinite alternate;
  pointer-events: none;
}
.hero-balloon img { height: 130px; width: auto; filter: drop-shadow(0 80px 32px rgba(255,237,119,0.55)); }

@keyframes floatUp {
  0% { transform: translateY(0) rotate(-2deg); }
  100% { transform: translateY(-30px) rotate(2deg); }
}

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

@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,237,77,0.5); }
  50% { box-shadow: 0 0 0 10px rgba(255,237,77,0); }
}

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

@keyframes countUp {
  from { opacity: 0; }
  to { opacity: 1; }
}

.main-content { flex: 1; padding: 40px 0; }

.section { margin-bottom: 36px; }

.section-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.18);
}
.section-title::before {
  content: '';
  display: block;
  width: 4px;
  height: 28px;
  background: var(--c-btn-yellow);
  border-radius: 4px;
  flex-shrink: 0;
}

.game-block {
  background: var(--c-card-bg);
  border: 1px solid var(--c-card-border);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}
.game-row {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.game-iframe-wrap {
  flex: 1 1 560px;
  min-width: 0;
}
.game-iframe-wrap iframe {
  width: 100%;
  aspect-ratio: 16/10;
  border-radius: var(--radius-sm);
  border: 2px solid rgba(255,237,119,0.3);
  display: block;
  background: #000;
}
.game-btns {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.leaderboard {
  flex: 0 0 280px;
  background: rgba(2,30,80,0.6);
  border: 1px solid rgba(255,237,119,0.18);
  border-radius: var(--radius);
  overflow: hidden;
}
.leaderboard-head {
  background: linear-gradient(90deg, #023278, #037ce1);
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  color: var(--c-btn-yellow);
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}
.leaderboard-list {
  max-height: 460px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,237,119,0.3) transparent;
}
.leaderboard-list::-webkit-scrollbar { width: 4px; }
.leaderboard-list::-webkit-scrollbar-thumb { background: rgba(255,237,119,0.35); border-radius: 4px; }
.lb-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  animation: slideUp 0.4s ease both;
  transition: background 0.2s;
}
.lb-item:hover { background: rgba(255,255,255,0.05); }
.lb-rank {
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(255,255,255,0.45);
  min-width: 22px;
  text-align: center;
}
.lb-rank.gold { color: #ffd700; }
.lb-rank.silver { color: #c0c0c0; }
.lb-rank.bronze { color: #cd7f32; }
.lb-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #037ce1, #00c2ff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}
.lb-name {
  flex: 1;
  font-size: 0.84rem;
  color: #fff;
  font-weight: 600;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lb-mult {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--c-btn-yellow);
  flex-shrink: 0;
}
.lb-win {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.55);
  flex-shrink: 0;
  text-align: right;
}

.info-table-wrap {
  overflow-x: auto;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.info-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--c-card-bg);
  backdrop-filter: blur(8px);
  font-size: 0.93rem;
  min-width: 480px;
}
.info-table th, .info-table td {
  text-align: left;
  padding: 11px 18px;
  border: 1px solid rgba(255,255,255,0.1);
  vertical-align: top;
}
.info-table th {
  background: linear-gradient(90deg, rgba(2,30,80,0.9), rgba(3,124,225,0.8));
  color: var(--c-btn-yellow);
  font-weight: 700;
  font-size: 0.88rem;
  width: 40%;
}
.info-table td {
  color: #fff;
  background: rgba(255,255,255,0.04);
}
.info-table tr:hover td { background: rgba(255,255,255,0.08); }

.adv-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.adv-card {
  flex: 1 1 220px;
  background: var(--c-card-bg);
  border: 1px solid var(--c-card-border);
  border-radius: var(--radius);
  padding: 22px 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(6px);
  transition: transform 0.2s, box-shadow 0.2s;
  animation: slideUp 0.5s ease both;
}
.adv-card:hover { transform: translateY(-4px); box-shadow: 0 8px 40px rgba(3,124,225,0.3); }
.adv-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255,237,119,0.18), rgba(3,124,225,0.3));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.adv-icon svg { width: 26px; height: 26px; }
.adv-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--c-btn-yellow);
  line-height: 1.3;
}
.adv-desc {
  font-size: 0.87rem;
  color: rgba(255,255,255,0.78);
  line-height: 1.55;
}

.strategy-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.strategy-card {
  flex: 1 1 280px;
  background: var(--c-card-bg);
  border: 1px solid var(--c-card-border);
  border-radius: var(--radius);
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  backdrop-filter: blur(6px);
  box-shadow: var(--shadow);
  transition: transform 0.2s, box-shadow 0.2s;
}
.strategy-card:hover { transform: translateY(-3px); box-shadow: 0 8px 36px rgba(3,124,225,0.28); }
.strategy-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255,1,139,0.22), rgba(3,124,225,0.3));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.strategy-icon svg { width: 24px; height: 24px; }
.strategy-name {
  font-size: 1rem;
  font-weight: 700;
  color: var(--c-btn-yellow);
}
.strategy-desc {
  font-size: 0.87rem;
  color: rgba(255,255,255,0.76);
  line-height: 1.55;
  flex: 1;
}
.strategy-tag {
  display: inline-block;
  background: rgba(255,237,119,0.12);
  border: 1px solid rgba(255,237,119,0.3);
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(255,237,119,0.8);
  letter-spacing: 0.3px;
  width: fit-content;
}
.strategy-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  padding: 8px 18px;
  background: var(--c-btn-pink);
  color: #fff;
  border: none;
  border-radius: 24px;
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  font-family: var(--font);
  text-decoration: none;
  width: fit-content;
}
.strategy-btn:hover { background: var(--c-btn-pink-hover); transform: translateY(-1px); }

.review-block {
  background: #fff;
  border-radius: var(--radius);
  padding: 32px 28px;
  box-shadow: var(--shadow);
  color: var(--c-text-dark);
}
.author-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: #f4f8ff;
  border-left: 4px solid var(--c-header);
  border-radius: var(--radius-sm);
  margin-bottom: 24px;
}
.author-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #037ce1, #00c2ff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
}
.author-info { flex: 1; }
.author-name { font-weight: 700; font-size: 1rem; color: #1a2a4a; }
.author-role { font-size: 0.83rem; color: #5a7090; margin-top: 2px; }
.author-link { font-size: 0.82rem; color: var(--c-header); text-decoration: underline; }

.review-content { font-size: 0.97rem; line-height: 1.7; color: #1a2a4a; }
.review-content h2, .review-content h3, .review-content h4 {
  font-weight: 700;
  color: #0a1628;
  margin: 24px 0 10px;
  line-height: 1.3;
}
.review-content h2 { font-size: 1.4rem; border-bottom: 2px solid #e8f0fa; padding-bottom: 6px; }
.review-content h3 { font-size: 1.15rem; }
.review-content h4 { font-size: 1rem; }
.review-content p { margin-bottom: 14px; }
.review-content ul, .review-content ol { padding-left: 22px; margin-bottom: 14px; }
.review-content li { margin-bottom: 5px; }
.review-content a { color: var(--c-header); text-decoration: underline; }
.review-content strong, .review-content b { font-weight: 700; }
.review-content em, .review-content i { font-style: italic; }
.review-content blockquote {
  border-left: 4px solid var(--c-header);
  padding: 10px 16px;
  background: #f0f7ff;
  margin: 16px 0;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-style: italic;
  color: #3a5a8a;
}
.review-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
}
.review-content table th, .review-content table td {
  border: 1px solid #d0dff0;
  padding: 9px 14px;
  text-align: left;
}
.review-content table th { background: #e8f0fa; font-weight: 700; }
.review-content table tr:nth-child(even) td { background: #f7faff; }
.review-content img { max-width: 100%; border-radius: var(--radius-sm); margin: 10px 0; }
.review-content code { background: #eef4ff; border-radius: 4px; padding: 2px 6px; font-size: 0.9em; }
.review-content hr { border: none; border-top: 1px solid #dde8f5; margin: 20px 0; }

.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item {
  background: var(--c-card-bg);
  border: 1px solid var(--c-card-border);
  border-radius: var(--radius);
  overflow: hidden;
  backdrop-filter: blur(6px);
  box-shadow: var(--shadow);
}
.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  cursor: pointer;
  font-weight: 700;
  color: #fff;
  font-size: 0.97rem;
  gap: 12px;
  user-select: none;
  transition: background 0.2s;
}
.faq-q:hover { background: rgba(255,255,255,0.06); }
.faq-q .faq-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255,237,119,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s, background 0.2s;
}
.faq-item.open .faq-q .faq-icon { transform: rotate(45deg); background: var(--c-btn-yellow); }
.faq-icon svg { width: 12px; height: 12px; }
.faq-item.open .faq-icon svg path { stroke: #1a1000; }
.faq-a {
  display: none;
  padding: 4px 20px 18px;
  color: rgba(255,255,255,0.82);
  font-size: 0.92rem;
  line-height: 1.65;
  border-top: 1px solid rgba(255,255,255,0.07);
}
.faq-item.open .faq-a { display: block; animation: fadeIn 0.25s ease; }

.site-footer {
  background: var(--c-header-dark);
  color: rgba(255,255,255,0.85);
  padding: 48px 0 28px;
  margin-top: auto;
}
.footer-top {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  align-items: flex-start;
}
.footer-brand { flex: 0 0 220px; }
.footer-brand a{ width: fit-content;display: block; }
.footer-logo { height: 44px;width: auto; margin-bottom: 12px; }
.footer-tagline { font-size: 0.86rem; color: rgba(255,255,255,0.6); line-height: 1.5; }

.footer-nav-col { flex: 1 1 140px; }
.footer-nav-title { font-size: 0.88rem; font-weight: 700; color: var(--c-btn-yellow); margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.5px; }
.footer-nav-col a {
  display: block;
  font-size: 0.87rem;
  color: rgba(255,255,255,0.7);
  padding: 4px 0;
  transition: color 0.2s;
}
.footer-nav-col a:hover { color: #fff; }

.footer-trust { flex: 0 0 240px; }
.footer-trust-title { font-size: 0.88rem; font-weight: 700; color: var(--c-btn-yellow); margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.5px; }
.trust-logos { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.trust-badge {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 8px;
  padding: 7px 12px;
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.5px;
}

.footer-payments { margin-bottom: 20px; }
.footer-payments-title { font-size: 0.88rem; font-weight: 700; color: var(--c-btn-yellow); margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.5px; }
.payment-logos { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.pay-badge {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
}

.footer-socials { margin-bottom: 16px; }
.footer-socials-title { font-size: 0.88rem; font-weight: 700; color: var(--c-btn-yellow); margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.5px; }
.social-links { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.social-link {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  border-radius: 8px;
  background: rgba(255,255,255,0.1);
  font-size: 0.83rem;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  transition: background 0.2s, color 0.2s;
  border: 1px solid rgba(255,255,255,0.1);
}
.social-link:hover { background: rgba(255,255,255,0.2); color: #fff; }
.social-link svg { width: 16px; height: 16px; flex-shrink: 0; }

.footer-provider {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  background: rgba(255,255,255,0.07);
  border-radius: 10px;
  margin-bottom: 20px;
  width: fit-content;
}
.footer-provider span { font-size: 0.84rem; color: rgba(255,255,255,0.6); }
.footer-provider img { height: 28px; width: auto; filter: brightness(0) invert(1); opacity: 0.75; }

.footer-bottom {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
}
.footer-bottom p { margin-bottom: 6px; }
.footer-bottom .age-warn { font-weight: 700; color: rgba(255,237,119,0.7); }

.info-page { background: #fff; border-radius: var(--radius); padding: 32px 28px; box-shadow: var(--shadow); color: var(--c-text-dark); margin-bottom: 32px; }
.info-page h1, .info-page h2 { color: #0a1628; font-weight: 800; margin-bottom: 16px; }
.info-page h2 { font-size: 1.25rem; margin-top: 24px; }
.info-page p { margin-bottom: 14px; line-height: 1.65; font-size: 0.96rem; }
.info-page ul { padding-left: 20px; margin-bottom: 14px; }
.info-page li { margin-bottom: 5px; }
.info-page a { color: var(--c-header); text-decoration: underline; }

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.84rem;
  color: rgba(255,255,255,0.65);
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.breadcrumb a { color: rgba(255,255,255,0.65); transition: color 0.2s; }
.breadcrumb a:hover { color: var(--c-btn-yellow); }
.breadcrumb span { color: rgba(255,255,255,0.35); }
.breadcrumb .current { color: var(--c-btn-yellow); }

.mult-badge {
  display: inline-block;
  background: linear-gradient(135deg, rgba(255,237,119,0.25), rgba(255,237,119,0.1));
  border: 1px solid rgba(255,237,119,0.4);
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--c-btn-yellow);
  letter-spacing: 0.3px;
}

.live-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00e676;
  box-shadow: 0 0 0 0 rgba(0,230,118,0.6);
  animation: livePulse 1.4s infinite;
  margin-right: 4px;
}
@keyframes livePulse {
  0% { box-shadow: 0 0 0 0 rgba(0,230,118,0.6); }
  70% { box-shadow: 0 0 0 7px rgba(0,230,118,0); }
  100% { box-shadow: 0 0 0 0 rgba(0,230,118,0); }
}

.qx82-wrap { display: flex; flex-wrap: wrap; }
.f39a-block { position: relative; overflow: hidden; }
.entry-content { display: block; }
.post-meta { font-size: 0.85rem; color: #666; }
.widget-area { display: none; }
.sidebar-primary { float: left; width: 25%; }
.wp-caption { max-width: 100%; }
.alignleft { float: left; margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }
.screen-reader-text { clip: rect(1px,1px,1px,1px); height: 1px; overflow: hidden; position: absolute; width: 1px; }
.elementor-widget-container { position: relative; }
.e-con-inner { display: flex; }
.elementor-heading-title { margin: 0; }
.wp-block-group { display: flow-root; }
.wp-block-columns { display: flex; gap: 2em; }
.wp-block-column { flex: 1; }
.has-background { background-color: initial; }
.is-layout-flex { display: flex; }
.is-layout-flow { display: block; }

@media (max-width: 992px) {
  .game-row { flex-direction: column; }
  .leaderboard { flex: 0 0 auto; width: 100%; }
  .leaderboard-list { max-height: 300px; }
  .hero-balloon { display: none; }
  .header-nav a {padding: 4px 6px;}
  .game-iframe-wrap {width: 100%;}
  .header-logo img {height: 38px;}
}
@media (max-width: 900px) {
.header-btns .btn-demo {display: none;}
}
@media (max-width: 768px) {
  .header-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--c-header-dark);
    flex-direction: column;
    padding: 12px 16px;
    gap: 4px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
    z-index: 999;
  }
  .header-nav.open { display: flex; }
  .header-nav a { padding: 10px 12px; border-radius: 8px; width: 100%; }
  .burger { display: flex; }
  .header-btns { gap: 6px; }
  .btn { padding: 8px 14px; font-size: 0.84rem; }
  .btn-lg { padding: 12px 22px; font-size: 0.95rem; }
  .hero-content { padding: 48px 0; }
  .hero-btns .btn-lg { padding: 12px 20px; font-size: 0.95rem; }
  .footer-top { flex-direction: column; gap: 28px; }
  .footer-brand { flex: 0 0 auto; }
  .adv-card { flex: 1 1 calc(50% - 8px); }
  .review-block { padding: 20px 16px; }
  .game-iframe-wrap {flex: none;}
  .footer-trust {flex: none;}
}

@media (max-width: 480px) {
  .adv-card { flex: 1 1 100%; }
  .hero-content h1 { font-size: 1.6rem; }
  .section-title { font-size: 1.25rem; }
  .btn-lg { padding: 11px 18px; }
  .info-table th { font-size: 0.83rem; padding: 9px 12px; }
  .info-table td { font-size: 0.83rem; padding: 9px 12px; }
}
