:root {
  --clr-bg: #f7f7f9;
  --clr-dark: #0b0d10;
  --clr-dark2: #13161c;
  --clr-accent: #adff00;
  --clr-white: #ffffff;
  --clr-text: #1a1d23;
  --clr-muted: #6b7280;
  --clr-border: #e2e5ea;
  --clr-card: #ffffff;
  --clr-accent-dark: #8acc00;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --shadow-sm: 0 1px 4px rgba(0,0,0,.06);
  --shadow-md: 0 4px 16px rgba(0,0,0,.10);
  --shadow-lg: 0 8px 32px rgba(0,0,0,.14);
  --transition: .22s ease;
  --font-main: Arial, Helvetica, sans-serif;
}

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

html { scroll-behavior: smooth; background: var(--clr-bg); font-size: 16px; overflow-x: hidden; max-width: 100%; }

body {
  font-family: var(--font-main);
  background: var(--clr-bg);
  color: var(--clr-text);
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: hidden;
  max-width: 100%;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

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

.p4x9f-sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.r3m8v-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 22px;
  border-radius: var(--radius-sm);
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .02em;
  transition: transform var(--transition), box-shadow var(--transition), opacity var(--transition);
  white-space: nowrap;
  cursor: pointer;
  border: none;
  text-decoration: none !important;
}
.r3m8v-btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.r3m8v-btn:active { transform: translateY(0); }

.r3m8v-btn--login {
  background: var(--clr-white);
  color: var(--clr-dark);
}
.r3m8v-btn--signup {
  background: var(--clr-accent);
  color: var(--clr-dark);
}
.r3m8v-btn--signup:hover { background: var(--clr-accent-dark); }

/* ==================== HEADER ==================== */
.qz1x5-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: var(--clr-dark);
  box-shadow: 0 2px 12px rgba(0,0,0,.35);
}
.qz1x5-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 64px;
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.qz1x5-header__logo img { height: 40px; width: auto; }
.qz1x5-header__logo { display: flex; align-items: center; flex-shrink: 0; }

.qz1x5-nav { display: flex; align-items: center; gap: 4px; }
.qz1x5-nav a {
  color: #c8cdd6;
  font-size: .85rem;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: var(--radius-sm);
  transition: color var(--transition), background var(--transition);
}
.qz1x5-nav a:hover { color: var(--clr-accent); background: rgba(255,255,255,.06); }

.qz1x5-header__right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.qz1x5-header__online {
  font-size: .75rem;
  color: #8a9ab0;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-right: 6px;
}
.qz1x5-header__online-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--clr-accent);
  box-shadow: 0 0 6px var(--clr-accent);
  animation: blink8f2 1.5s infinite;
}
@keyframes blink8f2 { 0%,100%{opacity:1}50%{opacity:.35} }

.n2j7k-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 38px; height: 38px;
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,.08);
  transition: background var(--transition);
  flex-shrink: 0;
}
.n2j7k-burger span {
  display: block;
  width: 22px; height: 2px;
  background: var(--clr-white);
  border-radius: 2px;
  transition: transform var(--transition), opacity var(--transition);
}
.n2j7k-burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.n2j7k-burger.is-open span:nth-child(2) { opacity: 0; }
.n2j7k-burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.qz1x5-mobile-nav {
  display: none;
  flex-direction: column;
  background: var(--clr-dark2);
  padding: 12px 20px 20px;
}
.qz1x5-mobile-nav.is-open { display: flex; }
.qz1x5-mobile-nav a {
  color: #c8cdd6;
  font-size: .95rem;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
  transition: color var(--transition);
}
.qz1x5-mobile-nav a:hover { color: var(--clr-accent); }

/* ==================== HERO ==================== */
.w5h8r-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  background: var(--clr-dark) url('/ubet-banner.png') center center / cover no-repeat;
  overflow: hidden;
}
.w5h8r-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(11,13,16,.92) 0%, rgba(11,13,16,.6) 60%, rgba(11,13,16,.2) 100%);
}
.w5h8r-hero__content {
  position: relative;
  z-index: 2;
  max-width: 620px;
  padding: 60px 20px;
}
.w5h8r-hero__badge {
  display: inline-block;
  background: var(--clr-accent);
  color: var(--clr-dark);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 16px;
}
.w5h8r-hero__title {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
  color: var(--clr-white);
  line-height: 1.15;
  margin-bottom: 16px;
  text-shadow: 0 2px 12px rgba(0,0,0,.4);
}
.w5h8r-hero__title span { color: var(--clr-accent); }
.w5h8r-hero__desc {
  font-size: 1.05rem;
  color: rgba(255,255,255,.82);
  margin-bottom: 32px;
  line-height: 1.65;
}
.w5h8r-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.w5h8r-hero__btn-primary {
  background: var(--clr-accent);
  color: var(--clr-dark);
  padding: 14px 32px;
  font-size: 1rem;
  font-weight: 800;
  border-radius: var(--radius-md);
  transition: transform var(--transition), box-shadow var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none !important;
}
.w5h8r-hero__btn-primary:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(173,255,0,.35); }
.w5h8r-hero__btn-secondary {
  background: rgba(255,255,255,.12);
  color: var(--clr-white);
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 700;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255,255,255,.25);
  transition: background var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none !important;
}
.w5h8r-hero__btn-secondary:hover { background: rgba(255,255,255,.2); }

/* ==================== BREADCRUMBS ==================== */
.b9r3t-breadcrumbs {
  background: var(--clr-white);
  border-bottom: 1px solid var(--clr-border);
  padding: 10px 0;
}
.b9r3t-breadcrumbs__inner {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.b9r3t-breadcrumbs a, .b9r3t-breadcrumbs span {
  font-size: .8rem;
  color: var(--clr-muted);
}
.b9r3t-breadcrumbs a { color: var(--clr-accent-dark); }
.b9r3t-breadcrumbs a:hover { text-decoration: underline; }
.b9r3t-breadcrumbs__sep { color: var(--clr-muted); }

/* ==================== SECTION LAYOUTS ==================== */
.m6v2c-section { padding: 60px 0; }
.m6v2c-section--dark { background: var(--clr-dark); }
.m6v2c-section--alt { background: #f0f2f5; }

.f8k1p-section-title {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--clr-text);
  margin-bottom: 8px;
  line-height: 1.25;
}
.f8k1p-section-title--light { color: var(--clr-white); }
.f8k1p-section-sub {
  font-size: .95rem;
  color: var(--clr-muted);
  margin-bottom: 36px;
}
.f8k1p-section-sub--light { color: rgba(255,255,255,.6); }

/* ==================== TABLE OF CONTENTS ==================== */
.t4c9o-toc {
  background: var(--clr-white);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-lg);
  padding: 28px 32px;
  margin: 0 0 40px;
  box-shadow: var(--shadow-sm);
}
.t4c9o-toc__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--clr-text);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.t4c9o-toc__title::before {
  content: '';
  display: inline-block;
  width: 4px; height: 20px;
  background: var(--clr-accent);
  border-radius: 2px;
}
.t4c9o-toc__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 6px 24px;
  counter-reset: toc-ct;
}
.t4c9o-toc__list li {
  counter-increment: toc-ct;
}
.t4c9o-toc__list li a {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: .875rem;
  color: var(--clr-accent-dark);
  padding: 4px 0;
  transition: color var(--transition);
}
.t4c9o-toc__list li a::before {
  content: counter(toc-ct) ".";
  color: var(--clr-muted);
  font-size: .8rem;
  min-width: 20px;
}
.t4c9o-toc__list li a:hover { color: var(--clr-dark); text-decoration: underline; }

/* ==================== ADVANTAGES ==================== */
.a3d7v-advantages {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}
.a3d7v-adv-card {
  background: var(--clr-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  padding: 24px 20px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition);
}
.a3d7v-adv-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.a3d7v-adv-icon {
  font-size: 2rem;
  margin-bottom: 12px;
  display: block;
}
.a3d7v-adv-card__title {
  font-size: .95rem;
  font-weight: 700;
  color: var(--clr-text);
  margin-bottom: 6px;
}
.a3d7v-adv-card__text { font-size: .82rem; color: var(--clr-muted); line-height: 1.55; }

/* ==================== JACKPOT ==================== */
.j5p8t-jackpot {
  background: linear-gradient(135deg, #0b0d10 0%, #1a2230 60%, #0f1318 100%);
  border-radius: var(--radius-lg);
  padding: 48px 32px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.j5p8t-jackpot::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 60% 40%, rgba(173,255,0,.12) 0%, transparent 65%);
}
.j5p8t-jackpot__label {
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--clr-accent);
  margin-bottom: 10px;
  position: relative;
}
.j5p8t-jackpot__amount {
  font-size: clamp(2.8rem, 8vw, 5rem);
  font-weight: 900;
  color: var(--clr-white);
  line-height: 1;
  letter-spacing: -.02em;
  position: relative;
  margin-bottom: 6px;
  text-shadow: 0 0 40px rgba(173,255,0,.3);
  transition: transform .15s;
}
.j5p8t-jackpot__currency {
  font-size: 1.4rem;
  color: var(--clr-accent);
  font-weight: 700;
  vertical-align: super;
}
.j5p8t-jackpot__sub {
  font-size: .88rem;
  color: rgba(255,255,255,.55);
  margin-bottom: 28px;
  position: relative;
}
.j5p8t-jackpot__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--clr-accent);
  color: var(--clr-dark);
  font-size: 1rem;
  font-weight: 800;
  padding: 14px 36px;
  border-radius: var(--radius-md);
  position: relative;
  transition: transform var(--transition), box-shadow var(--transition);
  text-decoration: none !important;
}
.j5p8t-jackpot__btn:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(173,255,0,.4); }

/* ==================== WINNERS ==================== */
.v2w6n-winners { overflow-x: auto; width: 100%; max-width: 100%; }
.v2w6n-winners__table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: .88rem;
  margin: 0 auto;
}
.v2w6n-winners__table thead tr {
  background: var(--clr-dark);
  color: var(--clr-white);
}
.v2w6n-winners__table thead th {
  padding: 12px 16px;
  text-align: left;
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.v2w6n-winners__table tbody tr {
  border-bottom: 1px solid var(--clr-border);
  transition: background var(--transition);
}
.v2w6n-winners__table tbody tr:hover { background: #f0f6e4; }
.v2w6n-winners__table tbody td { padding: 11px 16px; color: var(--clr-text); }
.v2w6n-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px; height: 28px;
  border-radius: 50%;
  font-weight: 800;
  font-size: .82rem;
}
.v2w6n-rank--1 { background: #ffd700; color: #6b4a00; }
.v2w6n-rank--2 { background: #c0c0c0; color: #3a3a3a; }
.v2w6n-rank--3 { background: #cd7f32; color: #fff; }
.v2w6n-rank--n { background: #f0f2f5; color: var(--clr-muted); }
.v2w6n-amount { font-weight: 700; color: var(--clr-accent-dark); }
.v2w6n-game { font-size: .8rem; color: var(--clr-muted); }

/* ==================== BONUSES ==================== */
.u9b4s-bonuses { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.u9b4s-bonus-card {
  background: var(--clr-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: transform var(--transition), box-shadow var(--transition);
}
.u9b4s-bonus-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.u9b4s-bonus-card__header {
  background: var(--clr-dark);
  padding: 20px 22px 16px;
  position: relative;
  overflow: hidden;
}
.u9b4s-bonus-card__header::after {
  content: '';
  position: absolute;
  right: -20px; top: -20px;
  width: 100px; height: 100px;
  border-radius: 50%;
  background: rgba(173,255,0,.12);
}
.u9b4s-bonus-card__tag {
  display: inline-block;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: var(--clr-accent);
  color: var(--clr-dark);
  padding: 3px 10px;
  border-radius: 100px;
  margin-bottom: 10px;
}
.u9b4s-bonus-card__amount {
  font-size: 1.7rem;
  font-weight: 900;
  color: var(--clr-white);
  line-height: 1.1;
}
.u9b4s-bonus-card__amount span { font-size: 1rem; color: var(--clr-accent); }
.u9b4s-bonus-card__body { padding: 20px 22px; flex: 1; display: flex; flex-direction: column; gap: 10px; }
.u9b4s-bonus-card__title { font-size: 1rem; font-weight: 700; color: var(--clr-text); }
.u9b4s-bonus-card__desc { font-size: .83rem; color: var(--clr-muted); line-height: 1.55; flex: 1; }
.u9b4s-bonus-card__features { display: flex; flex-direction: column; gap: 5px; }
.u9b4s-bonus-card__feat {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  font-size: .82rem;
  color: var(--clr-text);
}
.u9b4s-bonus-card__feat::before {
  content: '';
  display: inline-block;
  width: 16px; height: 16px;
  flex-shrink: 0;
  background: var(--clr-accent);
  border-radius: 50%;
  margin-top: 1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%230b0d10' d='M6.5 11.5L3 8l1.41-1.41L6.5 8.67l5.09-5.09L13 5z'/%3E%3C/svg%3E");
  background-size: cover;
}
.u9b4s-bonus-card__btn {
  display: block;
  background: var(--clr-accent);
  color: var(--clr-dark);
  font-weight: 800;
  font-size: .88rem;
  text-align: center;
  padding: 12px;
  margin: 16px 22px 22px;
  border-radius: var(--radius-sm);
  transition: background var(--transition), transform var(--transition);
  text-decoration: none !important;
}
.u9b4s-bonus-card__btn:hover { background: var(--clr-accent-dark); transform: translateY(-2px); }

/* ==================== CONTENT BLOCK ==================== */
.c1o5v-content {
  background: var(--clr-white);
  border-radius: var(--radius-lg);
  padding: 36px 40px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--clr-border);
}
.c1o5v-content h2 { font-size: 1.5rem; font-weight: 800; color: var(--clr-text); margin: 28px 0 12px; }
.c1o5v-content h3 { font-size: 1.15rem; font-weight: 700; color: var(--clr-text); margin: 22px 0 10px; }
.c1o5v-content h4 { font-size: 1rem; font-weight: 700; color: var(--clr-text); margin: 18px 0 8px; }
.c1o5v-content p { margin-bottom: 14px; line-height: 1.7; color: var(--clr-text); }
.c1o5v-content ul, .c1o5v-content ol { margin: 12px 0 16px 20px; }
.c1o5v-content ul { list-style: disc; }
.c1o5v-content ol { list-style: decimal; }
.c1o5v-content li { margin-bottom: 6px; line-height: 1.6; color: var(--clr-text); }
.c1o5v-content a { color: var(--clr-accent-dark); text-decoration: underline; }
.c1o5v-content a:hover { color: var(--clr-dark); }
.c1o5v-content table { width: 100%; border-collapse: collapse; margin: 16px 0; overflow-x: auto; display: block; }
.c1o5v-content table th { background: var(--clr-dark); color: var(--clr-white); padding: 10px 14px; text-align: left; font-size: .85rem; }
.c1o5v-content table td { padding: 10px 14px; border: 1px solid var(--clr-border); font-size: .875rem; }
.c1o5v-content table tr:nth-child(even) td { background: #f7f9fb; }
.c1o5v-content strong { font-weight: 700; }
.c1o5v-content em { font-style: italic; }
.c1o5v-content blockquote { border-left: 4px solid var(--clr-accent); padding: 12px 20px; background: #f7f9e8; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; margin: 16px 0; font-style: italic; }
.c1o5v-content img { border-radius: var(--radius-sm); margin: 16px 0; max-width: 100%; }
.c1o5v-content h2:first-child, .c1o5v-content h3:first-child { margin-top: 0; }

/* ==================== FAQ ==================== */
.k7f3q-faq { display: flex; flex-direction: column; gap: 10px; }
.k7f3q-faq__item {
  background: var(--clr-white);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.k7f3q-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  cursor: pointer;
  user-select: none;
  transition: background var(--transition);
}
.k7f3q-faq__question:hover { background: #f7f9e8; }
.k7f3q-faq__question h3 { font-size: .95rem; font-weight: 700; color: var(--clr-text); margin: 0; }
.k7f3q-faq__icon {
  flex-shrink: 0;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--clr-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--transition);
}
.k7f3q-faq__icon svg { display: block; }
.k7f3q-faq__item.is-open .k7f3q-faq__icon { transform: rotate(45deg); }
.k7f3q-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .35s ease;
}
.k7f3q-faq__item.is-open .k7f3q-faq__answer { max-height: 400px; }
.k7f3q-faq__answer-inner { padding: 0 22px 20px; font-size: .88rem; color: var(--clr-muted); line-height: 1.7; }

/* ==================== REVIEWS ==================== */
.r8e5v-reviews { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; margin-bottom: 40px; }
.r8e5v-review-card {
  background: var(--clr-white);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  padding: 24px 20px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: box-shadow var(--transition);
}
.r8e5v-review-card:hover { box-shadow: var(--shadow-md); }
.r8e5v-review-card__top { display: flex; align-items: center; gap: 12px; }
.r8e5v-avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--clr-dark);
  color: var(--clr-white);
  font-size: 1.1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.r8e5v-avatar--1 { background: #1e3a5f; }
.r8e5v-avatar--2 { background: #1a3f2b; }
.r8e5v-avatar--3 { background: #3d1a1a; }
.r8e5v-avatar--4 { background: #2a1f3d; }
.r8e5v-avatar--5 { background: #1a2f3d; }
.r8e5v-review-card__name { font-size: .9rem; font-weight: 700; color: var(--clr-text); }
.r8e5v-stars {
  display: flex;
  gap: 2px;
}
.r8e5v-stars svg { width: 14px; height: 14px; fill: #f59e0b; }
.r8e5v-review-card__text { font-size: .85rem; color: var(--clr-muted); line-height: 1.65; flex: 1; }
.r8e5v-review-card__date { font-size: .75rem; color: #b0b8c4; }

.r8e5v-review-form {
  background: var(--clr-white);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-lg);
  padding: 32px 36px;
  box-shadow: var(--shadow-sm);
  max-width: 600px;
}
.r8e5v-review-form__title { font-size: 1.1rem; font-weight: 700; color: var(--clr-text); margin-bottom: 20px; }
.r8e5v-form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.r8e5v-form-group label { font-size: .82rem; font-weight: 600; color: var(--clr-text); }
.r8e5v-form-group input,
.r8e5v-form-group textarea {
  border: 1.5px solid var(--clr-border);
  border-radius: var(--radius-sm);
  padding: 10px 14px;
  font-size: .9rem;
  font-family: inherit;
  color: var(--clr-text);
  background: var(--clr-bg);
  outline: none;
  transition: border-color var(--transition);
}
.r8e5v-form-group input:focus,
.r8e5v-form-group textarea:focus { border-color: var(--clr-accent-dark); }
.r8e5v-form-group textarea { min-height: 90px; resize: vertical; }
.r8e5v-form-submit {
  background: var(--clr-accent);
  color: var(--clr-dark);
  font-weight: 800;
  font-size: .95rem;
  padding: 12px 28px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  border: none;
  transition: background var(--transition), transform var(--transition);
}
.r8e5v-form-submit:hover { background: var(--clr-accent-dark); transform: translateY(-2px); }
.r8e5v-success-msg {
  display: none;
  background: #e8fcd5;
  border: 1px solid var(--clr-accent);
  color: #3a5a00;
  border-radius: var(--radius-sm);
  padding: 12px 18px;
  font-size: .88rem;
  margin-top: 14px;
}
.r8e5v-success-msg.is-visible { display: block; }

/* ==================== AUTHOR ==================== */
.h2a9r-author {
  background: var(--clr-white);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-lg);
  padding: 32px 36px;
  display: flex;
  gap: 28px;
  align-items: flex-start;
  box-shadow: var(--shadow-sm);
}
.h2a9r-author__photo {
  width: 90px; height: 90px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: var(--clr-dark);
}
.h2a9r-author__photo-placeholder {
  width: 90px; height: 90px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1e3a5f, #0b0d10);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 800;
  color: var(--clr-white);
  flex-shrink: 0;
}
.h2a9r-author__name { font-size: 1.1rem; font-weight: 800; color: var(--clr-text); margin-bottom: 4px; }
.h2a9r-author__role { font-size: .8rem; color: var(--clr-accent-dark); font-weight: 600; margin-bottom: 10px; }
.h2a9r-author__bio { font-size: .85rem; color: var(--clr-muted); line-height: 1.65; margin-bottom: 14px; }
.h2a9r-author__links { display: flex; gap: 10px; }
.h2a9r-author__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .8rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 100px;
  border: 1.5px solid var(--clr-border);
  color: var(--clr-text);
  transition: border-color var(--transition), background var(--transition);
}
.h2a9r-author__link:hover { border-color: var(--clr-accent-dark); background: #f7f9e8; }

/* ==================== FOOTER ==================== */
.e6f1t-footer {
  background: var(--clr-dark);
  padding: 48px 0 0;
}
.e6f1t-footer__top {
  display: grid;
  grid-template-columns: 240px 1fr 1fr;
  gap: 40px;
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.e6f1t-footer__logo img { height: 36px; width: auto; }
.e6f1t-footer__logo { margin-bottom: 14px; display: block; }
.e6f1t-footer__about { font-size: .82rem; color: rgba(255,255,255,.45); line-height: 1.6; }
.e6f1t-footer__col-title { font-size: .8rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 14px; }
.e6f1t-footer__nav { display: flex; flex-direction: column; gap: 8px; }
.e6f1t-footer__nav a { font-size: .85rem; color: rgba(255,255,255,.65); transition: color var(--transition); }
.e6f1t-footer__nav a:hover { color: var(--clr-accent); }

.e6f1t-footer__payments { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 20px; }
.e6f1t-footer__pay-badge {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-sm);
  padding: 6px 12px;
  font-size: .75rem;
  font-weight: 700;
  color: rgba(255,255,255,.8);
}

.e6f1t-footer__providers { display: flex; flex-wrap: wrap; gap: 6px; }
.e6f1t-footer__prov-badge {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-sm);
  padding: 4px 10px;
  font-size: .72rem;
  color: rgba(255,255,255,.55);
}

.e6f1t-footer__bottom {
  background: rgba(0,0,0,.3);
  padding: 18px 20px;
  text-align: center;
  max-width: 100%;
}
.e6f1t-footer__bottom-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.e6f1t-footer__copy { font-size: .78rem; color: rgba(255,255,255,.35); line-height: 1.6; margin-bottom: 6px; }
.e6f1t-footer__legal { font-size: .72rem; color: rgba(255,255,255,.25); line-height: 1.55; }
.e6f1t-footer__legal a { color: rgba(255,255,255,.4); text-decoration: underline; }
.e6f1t-footer__legal a:hover { color: rgba(255,255,255,.7); }

/* ==================== WIDGET ==================== */
.x9w4t-widget {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 800;
  background: linear-gradient(90deg, #0b0d10 0%, #1a2230 100%);
  border-top: 2px solid var(--clr-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 12px 20px;
  box-shadow: 0 -4px 20px rgba(0,0,0,.4);
}
.x9w4t-widget__text { font-size: .85rem; color: rgba(255,255,255,.75); }
.x9w4t-widget__text strong { color: var(--clr-white); }
.x9w4t-widget__amount { font-size: 1.1rem; font-weight: 900; color: var(--clr-accent); }
.x9w4t-widget__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--clr-accent);
  color: var(--clr-dark) !important;
  font-weight: 800;
  font-size: .95rem;
  padding: 11px 28px;
  border-radius: var(--radius-md);
  text-decoration: none !important;
  transition: transform var(--transition), box-shadow var(--transition);
  white-space: nowrap;
}
.x9w4t-widget__btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(173,255,0,.4); }
.x9w4t-widget__close {
  background: rgba(255,255,255,.1);
  border: none;
  color: rgba(255,255,255,.6);
  width: 28px; height: 28px;
  border-radius: 50%;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition);
  margin-left: 8px;
  flex-shrink: 0;
}
.x9w4t-widget__close:hover { background: rgba(255,255,255,.18); }

/* ==================== MOBILE SLIDER ==================== */
.slider-dots { display: none; justify-content: center; gap: 8px; margin-top: 16px; }
@media (max-width: 899px) {
  .slider-track-wrap, #ub-bonus-wrap { overflow: hidden; }
  .slider-track { display: flex; transition: transform .4s ease; }
  .slider-track .u9b4s-bonus-card { flex: 0 0 100%; max-width: 100%; }
  .slider-dots { display: flex; }
}
.slider-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--clr-border);
  cursor: pointer;
  transition: background var(--transition), transform var(--transition);
}
.slider-dot.is-active { background: var(--clr-accent); transform: scale(1.3); }

/* ==================== WP DECOYS ==================== */
.wp-block-group { display: block; }
.wp-block-columns { display: flex; flex-wrap: wrap; gap: 16px; }
.has-medium-font-size { font-size: 1rem; }
.wp-caption { max-width: 100%; text-align: center; }
.wp-caption-text { font-size: .75rem; color: var(--clr-muted); }
.elementor-section { position: relative; }
.elementor-widget-container { position: relative; }
#wpadminbar { display: none !important; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); }
.entry-content { display: block; }
.site-main { display: block; }

/* ==================== RESPONSIVE ==================== */
@media (max-width: 900px) {
  .e6f1t-footer__top { grid-template-columns: 1fr 1fr; }
  .e6f1t-footer__top > :first-child { grid-column: 1 / -1; }
  .u9b4s-bonuses { grid-template-columns: 1fr; }
  .slider-track .u9b4s-bonus-card { flex: 0 0 100%; }
}

@media (max-width: 768px) {
  .m6v2c-section { padding: 40px 0; }
  .c1o5v-content { padding: 22px 18px; }
  .h2a9r-author { flex-direction: column; align-items: center; text-align: center; padding: 24px 20px; }
  .h2a9r-author__links { justify-content: center; }
  .qz1x5-nav { display: none; }
  .n2j7k-burger { display: flex; }
  .t4c9o-toc { padding: 20px; }
  .j5p8t-jackpot { padding: 32px 18px; }
  .r8e5v-review-form { padding: 22px 18px; }
  .x9w4t-widget { gap: 10px; padding: 10px 14px; }
  .x9w4t-widget__text { display: none; }
  .e6f1t-footer__top { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .w5h8r-hero { min-height: 380px; }
  .w5h8r-hero__actions { flex-direction: column; align-items: flex-start; }
  .a3d7v-advantages { grid-template-columns: repeat(2, 1fr); }
  .r8e5v-reviews { grid-template-columns: 1fr; }
  .qz1x5-header__online { display: none; }
}

/* ==================== ANIMATIONS ==================== */
.fade-in-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .5s ease, transform .5s ease;
}
.fade-in-up.is-visible { opacity: 1; transform: translateY(0); }

@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(173,255,0,.4); }
  50% { box-shadow: 0 0 0 10px rgba(173,255,0,0); }
}
.pulse-btn { animation: pulse-glow 2.2s infinite; }

.hero-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.hero-particles span {
  position: absolute;
  width: 4px; height: 4px;
  border-radius: 50%;
  background: rgba(173,255,0,.35);
  animation: float-part 6s infinite;
}
@keyframes float-part {
  0% { transform: translateY(100%) scale(0); opacity: 0; }
  20% { opacity: 1; }
  80% { opacity: .5; }
  100% { transform: translateY(-100px) scale(1.2); opacity: 0; }
}

/* Unused decoy styles */
.wc-product-thumbnail { display: block; }
.attachment-woocommerce_thumbnail { display: block; }
.post-thumbnail { display: block; }
.nav-links { display: flex; gap: 12px; }
.comment-meta { font-size: .8rem; }
.widget_recent_entries li { padding: 4px 0; }
.tagcloud a { display: inline-block; padding: 2px 8px; font-size: .75rem; }
.sidebar-widget { margin-bottom: 24px; }
.single-product .woocommerce-product-gallery { display: block; }
.elementor-button-wrapper { display: inline-block; }
.wp-block-button__link { display: inline-block; padding: 10px 20px; }
