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

body {
  font-family: "Inter", sans-serif;
  background-color: #0e0e0e;
  color: #e4e4e4;
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  color: #e50539;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #ff1a52;
}

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

.k3n8v1r {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.f2w9k7x {
  background-color: #1b1c1d;
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.y5t8n2v {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.d4r7m3q {
  flex-shrink: 0;
}

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

.q9w2k5t {
  flex: 1;
}

.v7r4x9p {
  display: flex;
  list-style: none;
  gap: 25px;
  align-items: center;
}

.v7r4x9p li a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #e4e4e4;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.v7r4x9p li a:hover {
  background-color: rgba(229, 5, 57, 0.1);
  color: #e50539;
}

.n2m5k8w {
  width: 20px;
  height: 20px;
}

.b9v3x7k {
  display: flex;
  align-items: center;
  gap: 15px;
}

.x5p2w9m {
  position: relative;
}

.z8k4n1q {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  padding: 8px 12px;
  color: #e4e4e4;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
}

.z8k4n1q:hover {
  background: rgba(255, 255, 255, 0.15);
}

.w3r7m5x {
  width: 24px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
}

.p4x9k2v {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 8px;
  background: #1b1c1d;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  min-width: 180px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.p4x9k2v.w8n3k5r {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.m7w3n5r {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  color: #e4e4e4;
  transition: background 0.3s ease;
}

.m7w3n5r:hover {
  background: rgba(255, 255, 255, 0.1);
}

.m7w3n5r:first-child {
  border-radius: 8px 8px 0 0;
}

.m7w3n5r:last-child {
  border-radius: 0 0 8px 8px;
}

.t2n6k9w {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #e4e4e4;
  font-size: 14px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
}

.t2n6k9w strong {
  color: #28a909;
}

.j3m8x5p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.k6w9r2t {
  background-color: #e50539;
  color: #ffffff;
}

.k6w9r2t:hover {
  background-color: #ff1a52;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(229, 5, 57, 0.4);
}

.v4n7k1x {
  background-color: #28a909;
  color: #ffffff;
}

.v4n7k1x:hover {
  background-color: #32c90b;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(40, 169, 9, 0.4);
}

.r9p3w7k {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.r9p3w7k span {
  display: block;
  width: 25px;
  height: 3px;
  background: #e4e4e4;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.r9p3w7k.n8k5w2x span:nth-child(1) {
  transform: rotate(45deg) translateY(10px);
}

.r9p3w7k.n8k5w2x span:nth-child(2) {
  opacity: 0;
}

.r9p3w7k.n8k5w2x span:nth-child(3) {
  transform: rotate(-45deg) translateY(-10px);
}

.h6k2w9x {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.s4n7p3m {
  position: relative;
  height: 500px;
}

.d8x5v2q {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease;
  background: linear-gradient(135deg, rgba(229, 5, 57, 0.3) 0%, rgba(40, 169, 9, 0.3) 100%), url("/hero-bg.jpg") center
    / cover no-repeat;
}

.d8x5v2q.c9m3w6k {
  opacity: 1;
}

.y7r4n2p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 40px 20px;
}

.t5w8k3x {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  animation: n4k8w5x 1s ease-out;
}

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

.m9x2v6n {
  font-size: 20px;
  margin-bottom: 30px;
  max-width: 700px;
  color: #ffffff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.b3n7k5w {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.w6k9p2r {
  padding: 14px 30px;
  font-size: 16px;
}

.n5x8k2w {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.v9w3p7k {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.v9w3p7k.c9m3w6k,
.v9w3p7k:hover {
  background: #e50539;
  transform: scale(1.2);
}

.q4r7m9x {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}

.q4r7m9x:hover {
  background: rgba(229, 5, 57, 0.8);
  transform: translateY(-50%) scale(1.1);
}

.x2k5n8p {
  left: 20px;
}

.p6w9k3t {
  right: 20px;
}

.p9x4m2w {
  margin: 20px 0;
}

.w5k8n3x {
  padding: 15px 0;
}

.r2v7m4p {
  display: flex;
}

.x9k3w6t {
  display: flex;
  list-style: none;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.n4p7r2m {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #a0a0a0;
}

.n4p7r2m a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #e50539;
  transition: color 0.3s ease;
}

.n4p7r2m a:hover {
  color: #ff1a52;
}

.t6w9k2x {
  color: #666;
}

.t6h9n2d {
  padding: 40px 0;
}

.r4w7p3x {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.b7n4k9x {
  background: #1a1a1a;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  animation: r7k3w9n 0.6s ease-out;
}

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

.m3w8r5k h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #ffffff;
  text-align: center;
}

.m8q2z5k {
  margin: 30px 0;
}

.m8q2z5k h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}

.g7d2k9b h2 {
  font-size: 28px;
  font-weight: 600;
  margin: 30px 0 20px;
  color: #ffffff;
}

.g7d2k9b h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 25px 0 15px;
  color: #e4e4e4;
}

.g7d2k9b p {
  margin-bottom: 15px;
  line-height: 1.7;
  color: #c0c0c0;
}

.g7d2k9b ul,
.g7d2k9b ol {
  margin: 15px 0 15px 30px;
  line-height: 1.8;
  color: #c0c0c0;
}

.g7d2k9b li {
  margin-bottom: 8px;
}

.g7d2k9b table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background: #252525;
  border-radius: 8px;
  overflow: hidden;
}

.g7d2k9b table th,
.g7d2k9b table td {
  padding: 12px 15px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.g7d2k9b table th {
  background: #1b1c1d;
  color: #ffffff;
  font-weight: 600;
}

.g7d2k9b table td {
  color: #c0c0c0;
}

.g7d2k9b blockquote {
  border-left: 4px solid #e50539;
  padding: 15px 20px;
  margin: 20px 0;
  background: rgba(229, 5, 57, 0.1);
  border-radius: 4px;
  font-style: italic;
  color: #e4e4e4;
}

.v6k2n9p {
  overflow-x: auto;
}

.x4r8w3k {
  width: 100%;
  border-collapse: collapse;
  background: #252525;
  border-radius: 8px;
  overflow: hidden;
}

.x4r8w3k thead {
  background: #1b1c1d;
}

.x4r8w3k th,
.x4r8w3k td {
  padding: 15px 20px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.x4r8w3k th {
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.x4r8w3k td {
  color: #c0c0c0;
  font-size: 15px;
}

.x4r8w3k tbody tr {
  transition: background 0.3s ease;
}

.x4r8w3k tbody tr:hover {
  background: rgba(229, 5, 57, 0.05);
}

.p8x4n2w {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.r5m9k3v {
  background: #252525;
  border-radius: 12px;
  padding: 30px;
  transition: all 0.3s ease;
}

.r5m9k3v:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.t7w2n6k {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #e50539 0%, #ff1a52 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #ffffff;
}

.r5m9k3v h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}

.r5m9k3v p {
  color: #a0a0a0;
  line-height: 1.6;
  font-size: 15px;
}

.k9x5w2n {
  overflow-x: auto;
}

.y4r8n3m {
  min-width: 600px;
}

.w7p2k9v tbody tr {
  animation: v3n8k5w 0.6s ease-out backwards;
}

@keyframes v3n8k5w {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.w7p2k9v tbody tr:nth-child(1) {
  animation-delay: 0.05s;
}
.w7p2k9v tbody tr:nth-child(2) {
  animation-delay: 0.1s;
}
.w7p2k9v tbody tr:nth-child(3) {
  animation-delay: 0.15s;
}

.w7p2k9v td:first-child {
  font-weight: 700;
  color: #e50539;
}

.w7p2k9v td:last-child {
  color: #28a909;
  font-weight: 600;
}

.n8x3w6k {
  position: relative;
}

.v5r9k2x {
  min-width: 100%;
  transition: opacity 0.5s ease;
}

.p3w7n4m {
  background: #252525;
  border-radius: 12px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.t6k9x2r {
  text-align: center;
  margin-bottom: 20px;
}

.t6k9x2r img {
  margin: 0 auto;
  max-height: 60px;
  width: auto;
}

.p3w7n4m h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  color: #ffffff;
}

.m4n8k5w {
  background: linear-gradient(135deg, rgba(229, 5, 57, 0.2) 0%, rgba(40, 169, 9, 0.2) 100%);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.r9x3w7p {
  font-size: 14px;
  color: #a0a0a0;
  margin-bottom: 8px;
}

.k2v6n9x {
  font-size: 28px;
  font-weight: 700;
  color: #28a909;
}

.w5k9n2p {
  list-style: none;
  margin: 0 0 25px 0;
  flex: 1;
}

.w5k9n2p li {
  padding: 10px 0;
  padding-left: 25px;
  position: relative;
  color: #c0c0c0;
  font-size: 15px;
}

.w5k9n2p li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #28a909;
  font-weight: 700;
  font-size: 18px;
}

.r8w3k6n {
  width: 100%;
  justify-content: center;
}

.b4m7x9k {
  margin-top: 20px;
}

.x8n4w7k {
  text-align: center;
  font-size: 18px;
  color: #a0a0a0;
  margin-bottom: 30px;
}

.r6k9n3x {
  background: #252525;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 20px;
}

.w4p8x2n {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}

.w4p8x2n iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.n7k3w9p {
  margin-top: 20px;
  text-align: center;
}

.k5n9r3x {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.x7w3n6k {
  display: flex;
  gap: 20px;
  padding: 25px;
}

.v8k2n5p img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.t3w9k6x {
  flex: 1;
}

.t3w9k6x h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #ffffff;
}

.m6n2k9w {
  display: flex;
  gap: 4px;
  margin-bottom: 12px;
}

.r4x8n3k {
  color: #ffa500;
}

.t3w9k6x p {
  color: #c0c0c0;
  line-height: 1.7;
  font-size: 15px;
}

.w9k4n7x {
  background: #252525;
  border-radius: 12px;
  padding: 30px;
  margin-top: 30px;
}

.w9k4n7x h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #ffffff;
  text-align: center;
}

.r6n9k3x {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p4w8k2n {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p4w8k2n label {
  font-weight: 500;
  color: #e4e4e4;
  font-size: 15px;
}

.x7k3n9w {
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: #1a1a1a;
  color: #e4e4e4;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  transition: all 0.3s ease;
}

.x7k3n9w:focus {
  outline: none;
  border-color: #e50539;
  box-shadow: 0 0 0 3px rgba(229, 5, 57, 0.1);
}

.m8x4k9n {
  display: none;
  padding: 15px;
  background: rgba(40, 169, 9, 0.2);
  border: 1px solid #28a909;
  border-radius: 8px;
  color: #28a909;
  text-align: center;
  margin-top: 20px;
}

.m8x4k9n.x5n9k2w {
  display: block;
}

.n9k5w3x {
  background-color: #1b1c1d;
  padding: 50px 0 30px;
  margin-top: 60px;
  border-top: 3px solid #e50539;
}

.p7x4n2k {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.w6k9r3m h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}

.t5n8k2x {
  color: #a0a0a0;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.r9x3k6w {
  list-style: none;
}

.r9x3k6w li {
  margin-bottom: 10px;
}

.r9x3k6w li a {
  color: #a0a0a0;
  transition: color 0.3s ease;
}

.r9x3k6w li a:hover {
  color: #e50539;
}

.x8k3n6p {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.x8k3n6p h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
}

.m5w9k2n {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.m5w9k2n img {
  height: 40px;
  width: auto;
  filter: grayscale(100%) brightness(0.7);
  transition: all 0.3s ease;
}

.m5w9k2n img:hover {
  filter: grayscale(0%) brightness(1);
  transform: scale(1.1);
}

.v4n9k7x {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.v4n9k7x p {
  color: #808080;
  font-size: 14px;
  margin-bottom: 10px;
}

.v4n9k7x a {
  color: #e50539;
  text-decoration: underline;
}

.z5k9w3n {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #e50539 0%, #28a909 100%);
  padding: 15px 0;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.5);
  z-index: 999;
  animation: w8k3n5r 0.5s ease-out;
}

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

.r8x4n6k {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.t3w9k5n {
  display: flex;
  align-items: center;
  gap: 15px;
}

.m6k2x9p {
  font-size: 40px;
}

.v7n4k8w {
  display: flex;
  flex-direction: column;
}

.v7n4k8w strong {
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
}

.v7n4k8w span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}

.p9k6w2x {
  padding: 12px 30px;
  font-size: 16px;
  background: #ffffff;
  color: #e50539;
  flex-shrink: 0;
}

.p9k6w2x:hover {
  background: #f0f0f0;
  color: #ff1a52;
}

@media (max-width: 968px) {
  .q9w2k5t {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background: #1b1c1d;
    padding: 20px;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 999;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
  }

  .q9w2k5t.l3b6n8m {
    transform: translateX(0);
  }

  .v7r4x9p {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .r9p3w7k {
    display: flex;
  }

  .t5w8k3x {
    font-size: 32px;
  }

  .m9x2v6n {
    font-size: 16px;
  }

  .s4n7p3m {
    height: 400px;
  }

  .p7x4n2k {
    grid-template-columns: 1fr;
  }

  .r8x4n6k {
    flex-direction: column;
    align-items: flex-start;
  }

  .p9k6w2x {
    width: 100%;
  }

  .n8x3w6k {
    overflow-x: auto;
  }

  .v5r9k2x {
    min-width: 300px;
  }
}

@media (max-width: 640px) {
  .b7n4k9x {
    padding: 25px 20px;
  }

  .m3w8r5k h2 {
    font-size: 24px;
  }

  .t5w8k3x {
    font-size: 28px;
  }

  .b3n7k5w {
    flex-direction: column;
    width: 100%;
  }

  .w6k9p2r {
    width: 100%;
  }

  .x7w3n6k {
    flex-direction: column;
  }
}

.x2p9r5k {
  transition: transform 0.3s ease;
}

.k8w4n6r {
  animation: t5n9x3k 2s infinite;
}

@keyframes t5n9x3k {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.v3w7n9x {
  opacity: 0.3;
  pointer-events: none;
}

.m2k6r8n {
  filter: blur(5px);
}
/* ============= ABOUT (NEW BLOCK) ============= */
/* Scope: тільки всередині .about */
.container.about {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(20px, 3vw, 40px) 20px;
  color: #e4e4e4;
}

/* Загальна “картка” під контент (опційно) */
.container.about {
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.35);
}

/* Типографіка */
.container.about h1 {
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
  color: #ffffff;
}

.container.about h2 {
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.25;
  margin: 32px 0 14px;
  color: #ffffff;
}

.container.about h3 {
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.3;
  margin: 22px 0 10px;
  color: #eaeaea;
}

.container.about p {
  margin: 0 0 14px;
  line-height: 1.75;
  color: rgba(228, 228, 228, 0.88);
}

.container.about a {
  color: #e50539;
  text-decoration: none;
  border-bottom: 1px solid rgba(229, 5, 57, 0.35);
  transition: color 0.2s ease, border-color 0.2s ease;
}
.container.about a:hover {
  color: #ff1a52;
  border-color: rgba(255, 26, 82, 0.6);
}

/* Списки */
.container.about ul,
.container.about ol {
  margin: 12px 0 18px;
  padding-left: 22px;
  color: rgba(228, 228, 228, 0.88);
}

.container.about li {
  margin: 8px 0;
}

/* Таблиці */
.container.about table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 18px;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

.container.about td,
.container.about th {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  border-right: 1px solid rgba(255,255,255,0.06);
}

.container.about tr:last-child td {
  border-bottom: 0;
}
.container.about td:last-child,
.container.about th:last-child {
  border-right: 0;
}

.container.about tr:hover td {
  background: rgba(229, 5, 57, 0.05);
}

/* Якщо таблиця широка — даємо скрол */
.container.about .table-wrap,
.container.about .v6k2n9p {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
}

/* Цитати/дисклеймери */
.container.about blockquote {
  margin: 18px 0;
  padding: 14px 16px;
  border-left: 4px solid #e50539;
  background: rgba(229, 5, 57, 0.10);
  border-radius: 10px;
  color: rgba(255,255,255,0.92);
}

.container.about blockquote a {
  border-bottom-color: rgba(255,255,255,0.25);
}

/* Роздільник між смисловими блоками (можеш ставити <hr>) */
.container.about hr {
  border: 0;
  height: 1px;
  margin: 26px 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.14), transparent);
}

/* Невеликий “badge” для елементів типу 21+ / KYC (якщо захочеш) */
.container.about .about-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(40, 169, 9, 0.14);
  border: 1px solid rgba(40, 169, 9, 0.35);
  color: #bff3b0;
  font-size: 13px;
  font-weight: 600;
}

/* Адаптив */
@media (max-width: 640px) {
  .container.about {
    padding: 18px 14px;
    border-radius: 14px;
  }

  .container.about h2 {
    margin-top: 26px;
  }

  .container.about td,
  .container.about th {
    padding: 11px 12px;
  }
}

/* ===== BONX (new isolated bonuses block) ===== */
.bonx {
  background: #1a1a1a;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.bonx__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.bonx__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 26px;
  color: #fff;
  text-align: center;
}

/* Desktop grid: 3 in a row */
.bonx__track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.bonx__card {
  background: #252525;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 10px 26px rgba(0,0,0,0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.bonx__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(0,0,0,0.35);
  border-color: rgba(229,5,57,0.25);
}

.bonx__brand {
  display: grid;
  place-items: center;
  margin-bottom: 18px;
}
.bonx__brand img {
  max-height: 60px;
  width: auto;
}

.bonx__name {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 16px;
  text-align: center;
  color: #fff;
}

.bonx__bonus {
  background: linear-gradient(135deg, rgba(229, 5, 57, 0.2) 0%, rgba(40, 169, 9, 0.2) 100%);
  border-radius: 12px;
  padding: 18px;
  text-align: center;
  margin-bottom: 18px;
}

.bonx__bonusLabel {
  font-size: 14px;
  color: #a0a0a0;
  margin-bottom: 6px;
}

.bonx__bonusValue {
  font-size: 26px;
  font-weight: 800;
  color: #28a909;
}

.bonx__list {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  flex: 1;
}
.bonx__list li {
  padding: 9px 0 9px 26px;
  position: relative;
  color: #c0c0c0;
  font-size: 15px;
}
.bonx__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 8px;
  color: #28a909;
  font-weight: 800;
}

/* CTA */
.bonx__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 18px;
  border-radius: 10px;
  background: #28a909;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.bonx__cta:hover {
  background: #32c90b;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(40, 169, 9, 0.25);
}

/* Dots */
.bonx__dots {
  display: none;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
}
.bonx__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: rgba(255,255,255,0.45);
  transition: transform 0.2s ease, background 0.2s ease;
}
.bonx__dot.is-active {
  background: #e50539;
  transform: scale(1.2);
}

/* Mobile: slider */
@media (max-width: 768px) {
  .bonx { padding: 25px 20px; }
  .bonx__title { font-size: 24px; margin-bottom: 18px; }

  .bonx__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 88%;
    gap: 14px;

    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding: 12px;
    padding: 6px 12px 14px;

    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .bonx__track::-webkit-scrollbar { display: none; }

  .bonx__card { scroll-snap-align: start; padding: 22px; }

  .bonx__dots { display: flex; }
}

@media (max-width: 420px) {
  .bonx__track { grid-auto-columns: 92%; }
}
/* ===== Fix horizontal overflow on mobile (bonx) ===== */
@media (max-width: 768px) {
  html, body {
    width: 100%;
    overflow-x: hidden;
  }

  /* трек не має виходити за екран */
  .bonx {
    overflow: hidden;          /* ховає все що вилізло */
  }

  .bonx__inner {
    max-width: 100%;
  }

  .bonx__track {
    width: 100%;
    margin: 0;                 /* важливо */
    padding-left: 12px;
    padding-right: 12px;

    /* щоб padding не додавався поверх ширини */
    box-sizing: border-box;
  }

  /* щоб карточки не створювали зайву ширину */
  .bonx__card {
    min-width: 0;
  }
}
@media (max-width: 768px) {
  .z5k9w3n {
    left: 0;
    right: 0;
    width: 100%;
  }
}
/* ===== Header mobile fix: show burger, hide extra stuff ===== */
@media (max-width: 968px) {
  /* щоб в одному рядку влізло: лого + бургер */
  .y5t8n2v {
    gap: 12px;
  }

  /* Сховати онлайн та 2 CTA в хедері (винесеш їх в меню) */
  .t2n6k9w,
  .j3m8x5p.k6w9r2t,
  .j3m8x5p.v4n7k1x {
    display: none;
  }

  /* Бургер завжди видимий та поверх меню */
  #burgerBtn.r9p3w7k {
    display: flex;
    margin-left: auto;
    position: relative;
    z-index: 1001; /* вище ніж nav (999) */
  }

  /* nav не має займати місце в шапці */
  .q9w2k5t {
    flex: 0 0 auto;
  }
}
/* ===== Mobile menu CTA (buttons inside burger menu) ===== */
.mobile-cta { display: none; }

@media (max-width: 968px) {
  /* ховаємо кнопки та онлайн в хедері (залишаємо тільки в меню) */
  header .t2n6k9w,
  header > .j3m8x5p,
  header .y5t8n2v > .j3m8x5p {
    display: none !important;
  }

  /* робимо меню колонкою */
  .q9w2k5t {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  /* CTA блок В МЕНЮ — показати */
  .q9w2k5t .mobile-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 10px;
  }

  /* кнопки повної ширини в сітці */
  .q9w2k5t .mobile-cta .j3m8x5p {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 420px) {
  .q9w2k5t .mobile-cta {
    grid-template-columns: 1fr; /* на дуже малих — одна під одною */
  }
}
/* ===== FIX: Mobile menu buttons disappeared ===== */
@media (max-width: 968px) {
  /* Ховаємо тільки верхні кнопки (які прямі діти .y5t8n2v), а не всі .j3m8x5p */
  header .y5t8n2v > a.j3m8x5p {
    display: none !important;
  }

  /* Онлайн в шапці також сховати */
  header .y5t8n2v > .t2n6k9w {
    display: none !important;
  }

  /* Але кнопки всередині меню (nav .mobile-cta) — Показати */
  header .q9w2k5t .mobile-cta {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 12px;
  }

  header .q9w2k5t .mobile-cta a.j3m8x5p {
    display: inline-flex !important;
    width: 100%;
    justify-content: center;
  }

  /* Бургер поверх меню */
  #burgerBtn {
    display: flex !important;
    position: relative;
    z-index: 1001;
    margin-left: auto;
  }
}

@media (max-width: 420px) {
  header .q9w2k5t .mobile-cta {
    grid-template-columns: 1fr !important;
  }
}

