@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Open+Sans:wght@400;500;600&display=swap');

:root {
  --clr-bg: #0e0e14;
  --clr-bg2: #15151f;
  --clr-bg3: #1c1c2a;
  --clr-header: #111119;
  --clr-footer: #0a0a10;
  --clr-gold: #d4a017;
  --clr-gold-light: #f0c040;
  --clr-green: #1db954;
  --clr-green-dark: #158c3e;
  --clr-red: #c0392b;
  --clr-text: #e8e8f0;
  --clr-text-muted: #9090a8;
  --clr-border: #2a2a3e;
  --clr-card: #1a1a28;
  --radius: 10px;
  --radius-sm: 6px;
  --transition: 0.25s ease;
  --shadow: 0 4px 24px rgba(0,0,0,0.45);
}

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

html { scroll-behavior: smooth; font-size: 16px; overflow-x: hidden; max-width: 100%; }

body {
  font-family: 'Open Sans', sans-serif;
  background-color: var(--clr-bg);
  color: var(--clr-text);
  line-height: 1.7;
  overflow-x: hidden;
  max-width: 100%;
}

img { max-width: 100%; display: block; }
a { color: var(--clr-gold); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--clr-gold-light); }
ul { list-style: none; }
h1,h2,h3,h4,h5,h6 { font-family: 'Montserrat', sans-serif; line-height: 1.3; }

.xw9f2 { max-width: 1240px; margin: 0 auto; padding: 0 20px; }
.b7k3q { width: 100%; }
.m4p8r { display: flex; align-items: center; }
.g6t1n { display: grid; }

.q2a5s { display: none; }
.z8x3v { display: block; }

.e3r7t { padding: 72px 0; }
.w1y6u { padding: 52px 0; }
.i9o4p { padding: 36px 0; }

.t5h2k {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 800;
  color: var(--clr-text);
  margin-bottom: 28px;
  position: relative;
  padding-bottom: 14px;
}
.t5h2k::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 56px; height: 3px;
  background: var(--clr-gold);
  border-radius: 2px;
}

.n8v3b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: var(--radius-sm);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  cursor: pointer;
  border: none;
  outline: none;
  transition: transform var(--transition), box-shadow var(--transition), background-color var(--transition);
  text-decoration: none;
  line-height: 1;
}
.n8v3b:hover { transform: translateY(-2px); text-decoration: none; }

.c4l9e {
  background: var(--clr-gold);
  color: #0e0e14;
}
.c4l9e:hover {
  background: var(--clr-gold-light);
  color: #0e0e14;
  box-shadow: 0 6px 20px rgba(212,160,23,0.4);
}

.f7m2x {
  background: var(--clr-green);
  color: #fff;
}
.f7m2x:hover {
  background: var(--clr-green-dark);
  color: #fff;
  box-shadow: 0 6px 20px rgba(29,185,84,0.4);
}

.a1k8z {
  background: var(--clr-red);
  color: #fff;
}
.a1k8z:hover {
  background: #a93226;
  color: #fff;
  box-shadow: 0 6px 20px rgba(192,57,43,0.35);
}

.p3d6w {
  padding: 8px 20px;
  font-size: 0.82rem;
}

.r5s0q {
  background: var(--clr-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius);
  padding: 28px;
  transition: transform var(--transition), box-shadow var(--transition);
}
.r5s0q:hover { transform: translateY(-3px); box-shadow: var(--shadow); }

/* ============ HEADER ============ */
#u7h4l {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--clr-header);
  border-bottom: 1px solid var(--clr-border);
  box-shadow: 0 2px 16px rgba(0,0,0,0.5);
}

.v2j9n {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  gap: 16px;
}

.k8d3f {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.k8d3f img {
  height: 40px;
  width: auto;
}

.o1x6m {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  color: var(--clr-green);
  background: rgba(29,185,84,0.1);
  border: 1px solid rgba(29,185,84,0.25);
  border-radius: 20px;
  padding: 4px 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  flex-shrink: 0;
}
.o1x6m::before {
  content: '';
  display: inline-block;
  width: 7px; height: 7px;
  background: var(--clr-green);
  border-radius: 50%;
  animation: y5p2a 1.4s ease-in-out infinite;
}
@keyframes y5p2a {
  0%,100% { opacity: 1; }
  50% { opacity: 0.3; }
}

.s4g7h {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
  justify-content: center;
}
.s4g7h a {
  color: var(--clr-text);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.84rem;
  padding: 6px 12px;
  border-radius: var(--radius-sm);
  transition: color var(--transition), background var(--transition);
  white-space: nowrap;
}
.s4g7h a:hover { color: var(--clr-gold); background: rgba(212,160,23,0.08); text-decoration: none; }

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

.h3b8v {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 38px;
  height: 38px;
  cursor: pointer;
  padding: 6px;
  border-radius: var(--radius-sm);
  background: var(--clr-card);
  border: 1px solid var(--clr-border);
  transition: background var(--transition), border-color var(--transition);
}
.h3b8v:hover { background: var(--clr-bg3); border-color: var(--clr-gold); }
.h3b8v span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--clr-text);
  border-radius: 2px;
  transition: transform var(--transition), opacity var(--transition);
}
.h3b8v.j6q1e span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.h3b8v.j6q1e span:nth-child(2) { opacity: 0; }
.h3b8v.j6q1e span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.w5m4t {
  display: none;
  flex-direction: column;
  background: var(--clr-header);
  border-top: 1px solid var(--clr-border);
  padding: 16px 20px;
  gap: 8px;
  position: absolute;
  top: 68px; left: 0; right: 0;
  box-shadow: 0 8px 24px rgba(0,0,0,0.5);
}
.w5m4t.d2f9k { display: flex; }
.w5m4t a {
  color: var(--clr-text);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 10px 0;
  border-bottom: 1px solid var(--clr-border);
}
.w5m4t > a:last-of-type { border-bottom: none; }
.w5m4t a:hover { color: var(--clr-gold); text-decoration: none; }
.w5m4t-btns {
  display: flex;
  gap: 10px;
  padding: 14px 0 4px;
  border-top: 1px solid var(--clr-border);
  margin-top: 4px;
}
.w5m4t-btns .n8v3b {
  flex: 1;
  justify-content: center;
  border-bottom: none !important;
  padding: 10px 16px;
}

/* ============ HERO ============ */
#b4n7v {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: url('/r7-banner-casino.png') center/cover no-repeat;
}
#b4n7v::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(14,14,20,0.92) 0%, rgba(14,14,20,0.65) 60%, rgba(14,14,20,0.3) 100%);
}
.x9r3m {
  position: relative;
  z-index: 2;
  max-width: 620px;
  padding: 60px 0;
}
.x9r3m h1 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 16px;
  color: #fff;
}
.x9r3m h1 span { color: var(--clr-gold); }
.x9r3m p {
  font-size: 1.05rem;
  color: rgba(232,232,240,0.85);
  margin-bottom: 28px;
  max-width: 480px;
}
.q1w8e {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.e7t4y {
  background: rgba(212,160,23,0.12);
  border: 1px solid rgba(212,160,23,0.3);
  border-radius: var(--radius-sm);
  padding: 8px 16px;
  font-size: 0.82rem;
  color: var(--clr-gold-light);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-top: 8px;
}

/* ============ BREADCRUMBS ============ */
#u3i0p {
  background: var(--clr-bg2);
  border-bottom: 1px solid var(--clr-border);
  padding: 10px 0;
}
.r2o5l {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  color: var(--clr-text-muted);
  flex-wrap: wrap;
}
.r2o5l a { color: var(--clr-text-muted); }
.r2o5l a:hover { color: var(--clr-gold); text-decoration: none; }
.r2o5l span { color: var(--clr-text-muted); }
.r2o5l li:last-child span { color: var(--clr-gold); }
.r2o5l li { display: flex; align-items: center; gap: 6px; }
.r2o5l li:not(:last-child)::after { content: '›'; color: var(--clr-text-muted); }

/* ============ CONTENT AREA ============ */
#y6p3s {
  background: var(--clr-bg);
  padding: 56px 0;
}
.m7k2w {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 32px;
  align-items: start;
}
.a4b9c { min-width: 0; }

/* ============ TOC ============ */
.n5f6g {
  background: var(--clr-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius);
  padding: 24px;
  margin-bottom: 36px;
}
.n5f6g h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--clr-gold);
  margin-bottom: 16px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.n5f6g ol {
  list-style: none;
  counter-reset: toc-c;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.n5f6g ol li {
  counter-increment: toc-c;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
}
.n5f6g ol li::before {
  content: counter(toc-c) '.';
  color: var(--clr-gold);
  font-weight: 700;
  flex-shrink: 0;
  min-width: 18px;
}
.n5f6g ol li a {
  color: var(--clr-text);
  transition: color var(--transition);
}
.n5f6g ol li a:hover { color: var(--clr-gold); text-decoration: none; }

/* ============ ADVANTAGES ============ */
#q8w2e {
  background: var(--clr-bg2);
  padding: 56px 0;
}
.e5r4t {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.y7u1i {
  background: var(--clr-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius);
  padding: 28px 24px;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.y7u1i:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.4);
  border-color: var(--clr-gold);
}
.o9p2l {
  width: 52px; height: 52px;
  border-radius: 12px;
  background: rgba(212,160,23,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 1.5rem;
}
.y7u1i h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--clr-text);
  margin-bottom: 8px;
}
.y7u1i p {
  font-size: 0.85rem;
  color: var(--clr-text-muted);
  line-height: 1.6;
}

/* ============ WINNERS ============ */
#t3r6y {
  background: var(--clr-bg);
  padding: 56px 0;
}
.w8i2o {
  overflow-x: auto;
  border-radius: var(--radius);
  border: 1px solid var(--clr-border);
}
.w8i2o table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
}
.w8i2o table th {
  background: var(--clr-card);
  color: var(--clr-gold);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 14px 20px;
  text-align: left;
  border-bottom: 2px solid var(--clr-border);
}
.w8i2o table td {
  padding: 12px 20px;
  font-size: 0.88rem;
  border-bottom: 1px solid var(--clr-border);
  color: var(--clr-text);
}
.w8i2o table tr:last-child td { border-bottom: none; }
.w8i2o table tr:hover td { background: rgba(255,255,255,0.02); }
.u5p0a { color: var(--clr-gold); font-weight: 700; }
.i4k3j { color: var(--clr-green); font-weight: 700; font-family: 'Montserrat', sans-serif; }
.d1s8h { font-weight: 600; color: var(--clr-text); }
.f6g7l {
  display: inline-block;
  width: 26px; height: 26px;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
}
.f6g7l.rk1 { background: #d4a017; color: #0e0e14; }
.f6g7l.rk2 { background: #8a8a9a; color: #fff; }
.f6g7l.rk3 { background: #c87c2a; color: #fff; }
.f6g7l.rko { background: var(--clr-bg3); color: var(--clr-text-muted); }

/* ============ SLOTS ============ */
#v9c5b {
  background: var(--clr-bg2);
  padding: 56px 0;
}
.m3n1x {
  overflow: hidden;
  position: relative;
}
.z2l7k {
  display: flex;
  gap: 20px;
  transition: transform 0.45s cubic-bezier(0.4,0,0.2,1);
}
.s6d3f {
  background: var(--clr-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius);
  flex: 0 0 calc(16.666% - 17px);
  min-width: 180px;
  padding: 0;
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  display: flex;
  flex-direction: column;
}
.s6d3f:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.45);
  border-color: var(--clr-gold);
}
.e8a2s {
  height: 130px;
  background: var(--clr-bg3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  position: relative;
  overflow: hidden;
}
.e8a2s img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 8px;
}
.e8a2s::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.5) 100%);
}
.h9q4w {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.h9q4w span {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--clr-text);
}
.j3k7m {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  justify-content: center;
}
.j3k7m button {
  width: 10px; height: 10px;
  border-radius: 50%;
  border: none;
  background: var(--clr-border);
  cursor: pointer;
  transition: background var(--transition);
  padding: 0;
}
.j3k7m button.g5b1n { background: var(--clr-gold); }
.r7t2y {
  display: none;
  gap: 10px;
  justify-content: flex-end;
  margin-bottom: 16px;
}
.j3k7m { display: none; }
.r7t2y button {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid var(--clr-border);
  background: var(--clr-card);
  color: var(--clr-text);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: all var(--transition);
}
.r7t2y button:hover {
  border-color: var(--clr-gold);
  color: var(--clr-gold);
  background: rgba(212,160,23,0.1);
}

/* ============ DEMO ============ */
#h5j2f {
  background: var(--clr-bg);
  padding: 56px 0;
}
.d4k9s {
  background: var(--clr-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius);
  overflow: hidden;
}
.d4k9s iframe {
  width: 100%;
  height: 560px;
  border: none;
  display: block;
}

/* ============ REVIEW CONTENT ============ */
#l8m3p {
  background: var(--clr-bg2);
  padding: 56px 0;
}
.c9v4b {
  background: var(--clr-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius);
  padding: 36px;
}
.c9v4b h2, .c9v4b h3, .c9v4b h4 {
  font-family: 'Montserrat', sans-serif;
  color: var(--clr-text);
  margin-top: 28px;
  margin-bottom: 12px;
}
.c9v4b h2 { font-size: 1.5rem; font-weight: 800; }
.c9v4b h3 { font-size: 1.2rem; font-weight: 700; }
.c9v4b h4 { font-size: 1.05rem; font-weight: 700; color: var(--clr-gold); }
.c9v4b p { margin-bottom: 14px; line-height: 1.75; color: var(--clr-text); font-size: 0.95rem; }
.c9v4b ul, .c9v4b ol {
  margin: 14px 0 14px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c9v4b ul { list-style: disc; }
.c9v4b ol { list-style: decimal; }
.c9v4b li { color: var(--clr-text); font-size: 0.95rem; }
.c9v4b a { color: var(--clr-gold); }
.c9v4b a:hover { color: var(--clr-gold-light); }
.c9v4b strong { color: var(--clr-gold-light); font-weight: 700; }
.c9v4b em { color: var(--clr-text-muted); font-style: italic; }
.c9v4b blockquote {
  border-left: 3px solid var(--clr-gold);
  padding: 12px 20px;
  background: rgba(212,160,23,0.05);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  margin: 20px 0;
  color: var(--clr-text-muted);
  font-style: italic;
}
.c9v4b table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 0.9rem;
}
.c9v4b table th {
  background: var(--clr-bg3);
  color: var(--clr-gold);
  padding: 10px 14px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  border: 1px solid var(--clr-border);
}
.c9v4b table td {
  padding: 10px 14px;
  border: 1px solid var(--clr-border);
  color: var(--clr-text);
  vertical-align: top;
}
.c9v4b table tr:nth-child(even) td { background: rgba(255,255,255,0.02); }
.c9v4b hr {
  border: none;
  border-top: 1px solid var(--clr-border);
  margin: 28px 0;
}
.c9v4b img { border-radius: var(--radius-sm); margin: 16px 0; max-width: 100%; }

/* ============ FAQ ============ */
#r6k4q {
  background: var(--clr-bg);
  padding: 56px 0;
}
.a8s3d {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.b2t7e {
  background: var(--clr-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color var(--transition);
}
.b2t7e:hover { border-color: rgba(212,160,23,0.4); }
.f5e1r {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  color: var(--clr-text);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  gap: 16px;
  transition: color var(--transition);
}
.f5e1r:hover { color: var(--clr-gold); }
.c3h9v {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: rgba(212,160,23,0.1);
  border: 1px solid rgba(212,160,23,0.3);
  color: var(--clr-gold);
  font-size: 1.1rem;
  font-weight: 300;
  transition: transform var(--transition);
  flex-shrink: 0;
}
.b2t7e.m6n0b .c3h9v { transform: rotate(45deg); }
.b2t7e.m6n0b .f5e1r { color: var(--clr-gold); }
.l2k8j {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding var(--transition);
}
.b2t7e.m6n0b .l2k8j { max-height: 400px; }
.l2k8j > div {
  padding: 0 24px 20px;
  font-size: 0.9rem;
  color: var(--clr-text-muted);
  line-height: 1.7;
  border-top: 1px solid var(--clr-border);
  padding-top: 16px;
}

/* ============ AUTHOR ============ */
#p9w0e {
  background: var(--clr-bg2);
  padding: 56px 0;
}
.a5u7i {
  background: var(--clr-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius);
  padding: 32px;
  display: flex;
  gap: 28px;
  align-items: flex-start;
}
.q4o2k {
  flex-shrink: 0;
  width: 90px; height: 90px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--clr-gold);
  background: var(--clr-bg3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--clr-gold);
}
.q4o2k img { width: 100%; height: 100%; object-fit: cover; }
.w3e6r h4 {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--clr-text);
  margin-bottom: 4px;
}
.w3e6r .g1t5y {
  font-size: 0.82rem;
  color: var(--clr-gold);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-bottom: 12px;
}
.w3e6r p {
  font-size: 0.88rem;
  color: var(--clr-text-muted);
  line-height: 1.7;
  margin-bottom: 14px;
}
.s9b3n {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.s9b3n a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 20px;
  background: rgba(212,160,23,0.1);
  border: 1px solid rgba(212,160,23,0.25);
  color: var(--clr-gold);
  font-size: 0.8rem;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  transition: all var(--transition);
}
.s9b3n a:hover {
  background: rgba(212,160,23,0.2);
  border-color: var(--clr-gold);
  text-decoration: none;
  transform: translateY(-1px);
}

/* ============ SIDEBAR ============ */
.k5p8t {
  position: sticky;
  top: 84px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.x2c7v {
  background: linear-gradient(135deg, #1a1200 0%, #2a1e00 50%, #1a1200 100%);
  border: 1px solid var(--clr-gold);
  border-radius: var(--radius);
  padding: 28px 24px;
  text-align: center;
}
.x2c7v h3 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
}
.x2c7v p {
  font-size: 0.82rem;
  color: rgba(232,232,240,0.7);
  margin-bottom: 16px;
  line-height: 1.5;
}
.x2c7v .n8v3b { width: 100%; justify-content: center; }
.f8h3k {
  background: var(--clr-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius);
  padding: 24px;
}
.f8h3k h4 {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--clr-gold);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 14px;
  font-family: 'Montserrat', sans-serif;
}
.n1m6v {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.n1m6v li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.84rem;
  padding: 6px 0;
  border-bottom: 1px solid var(--clr-border);
}
.n1m6v li:last-child { border-bottom: none; }
.n1m6v li span:first-child { color: var(--clr-text-muted); }
.n1m6v li span:last-child { color: var(--clr-text); font-weight: 600; }

/* ============ FOOTER ============ */
#e4r1w {
  background: var(--clr-footer);
  border-top: 1px solid var(--clr-border);
  padding: 48px 0 24px;
}
.t6y9u {
  display: grid;
  grid-template-columns: 220px 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.i7o2p img { height: 36px; width: auto; margin-bottom: 14px; }
.i7o2p p {
  font-size: 0.8rem;
  color: var(--clr-text-muted);
  line-height: 1.65;
}
.a0s4d h5 {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--clr-gold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
  font-family: 'Montserrat', sans-serif;
}
.a0s4d ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.a0s4d ul li a {
  color: var(--clr-text-muted);
  font-size: 0.84rem;
  transition: color var(--transition);
}
.a0s4d ul li a:hover { color: var(--clr-gold); text-decoration: none; }
.g2f5h {
  border-top: 1px solid var(--clr-border);
  padding-top: 28px;
  margin-bottom: 28px;
}
.g2f5h h5 {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--clr-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
  font-family: 'Montserrat', sans-serif;
}
.z4x1c {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.z4x1c span {
  background: var(--clr-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-sm);
  padding: 5px 12px;
  font-size: 0.76rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: var(--clr-text-muted);
}
.q8w3e {
  border-top: 1px solid var(--clr-border);
  padding-top: 20px;
  text-align: center;
}
.q8w3e p {
  font-size: 0.76rem;
  color: var(--clr-text-muted);
  line-height: 1.65;
}
.q8w3e a { color: var(--clr-text-muted); }
.q8w3e a:hover { color: var(--clr-gold); }

/* ============ STICKY WIDGET ============ */
#r3f9k {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 999;
  background: linear-gradient(90deg, #0f1f08, #1a1200);
  border-top: 2px solid var(--clr-gold);
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-shadow: 0 -4px 24px rgba(0,0,0,0.5);
}
.u5t8r p {
  font-size: 0.84rem;
  color: rgba(232,232,240,0.8);
  line-height: 1.35;
}
.u5t8r strong {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  color: var(--clr-gold-light);
  display: block;
}
.k2b6n {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.k2b6n a {
  text-decoration: none;
  color: #0e0e14;
}
.d9g4h {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  cursor: pointer;
  border: none;
  color: rgba(232,232,240,0.5);
  font-size: 1rem;
  flex-shrink: 0;
  transition: all var(--transition);
}
.d9g4h:hover { background: rgba(255,255,255,0.18); color: #fff; }

/* ============ ANIMATIONS ============ */
@keyframes k4d2s {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.p7m3n {
  animation: k4d2s 0.55s ease forwards;
}
.p7m3n:nth-child(2) { animation-delay: 0.08s; }
.p7m3n:nth-child(3) { animation-delay: 0.16s; }
.p7m3n:nth-child(4) { animation-delay: 0.24s; }

.v8b1j {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.v8b1j.o5p3k {
  opacity: 1;
  transform: translateY(0);
}

/* ============ UNUSED UTILITY (uniqualization) ============ */
.wp-block-group { display: block; }
.entry-content { display: block; }
.wf-active body { font-family: inherit; }
.elementor-section { position: relative; }
.elementor-container { display: flex; }
.wp-block-columns { display: flex; flex-wrap: wrap; }
.has-text-align-center { text-align: center; }
.aligncenter { margin-left: auto; margin-right: auto; }
.g3a7s { visibility: hidden; width: 0; height: 0; overflow: hidden; pointer-events: none; position: absolute; }

/* ============ RESPONSIVE ============ */
@media (max-width: 1100px) {
  .m7k2w { grid-template-columns: 1fr; }
  .k5p8t { position: static; }
  .t6y9u { grid-template-columns: 1fr 1fr; }
  .i7o2p { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .s4g7h { display: none; }
  .h3b8v { display: flex; }
  /* Скрываем кнопки и онлайн в хедере — они есть в бургер-меню */
  .o1x6m { display: none; }
  .l9c2r .n8v3b { display: none; }
  .s6d3f { flex: 0 0 calc(33.333% - 14px); }
  /* Показываем навигацию слайдера только на мобиле/планшете */
  .r7t2y { display: flex; }
  .j3k7m { display: flex; }
}

@media (max-width: 768px) {
  .e3r7t, .w1y6u, #q8w2e, #t3r6y, #v9c5b, #h5j2f, #l8m3p, #r6k4q, #p9w0e, #y6p3s { padding: 40px 0; }
  .t6y9u { grid-template-columns: 1fr; gap: 24px; }
  .a5u7i { flex-direction: column; }
  .s6d3f { flex: 0 0 calc(50% - 10px); }
  .x9r3m h1 { font-size: 1.8rem; }
  #b4n7v { min-height: 380px; }
  .d4k9s iframe { height: 380px; }
  #r3f9k { flex-wrap: wrap; gap: 10px; }
  /* Таблица победителей — скролл внутри, не наружу */
  .w8i2o { max-width: 100%; }
}

@media (max-width: 540px) {
  /* Слайдер: 1 слайд полностью, без зазоров */
  .z2l7k { gap: 0; }
  .s6d3f { flex: 0 0 100%; min-width: 0; width: 100%; }
  /* Хедер */
  .v2j9n { height: 60px; }
  .w5m4t { top: 60px; }
  .k8d3f img { height: 32px; }
  .l9c2r { gap: 6px; }
  /* Контент */
  .c9v4b { padding: 20px; }
  #r3f9k { bottom: 0; }
  /* Убираем горизонтальный скролл везде */
  .xw9f2 { padding: 0 16px; }
  #b4n7v { min-height: 320px; }
  .x9r3m { padding: 40px 0; }
  .x9r3m h1 { font-size: 1.5rem; }
  .e7t4y { font-size: 0.75rem; padding: 6px 12px; }
}
