.site-footer-banner-88 {
  position: relative;
  line-height: 0;
}

.site-footer-banner-88::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 45%;
  background: linear-gradient(180deg, rgba(20, 18, 24, 0), #141218);
  pointer-events: none;
}

.site-footer-88 {
  --site-footer-accent-a-88: #a948f8;
  --site-footer-accent-b-88: #22e2b6;
  --site-footer-text-88: #b3aec0;
  --site-footer-muted-88: #8b8698;
  --site-footer-line-88: rgba(255, 255, 255, 0.07);
  position: relative;
  padding: 0;
  color: var(--site-footer-text-88);
  background: linear-gradient(180deg, #141218 0%, #0e0d11 100%);
  font-family: 'Roboto', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.site-footer-88::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(169, 72, 248, 0.6) 25%, rgba(34, 226, 182, 0.6) 75%, transparent);
}

.site-footer-88 *,
.site-footer-88 *::before,
.site-footer-88 *::after {
  box-sizing: border-box;
}

.site-footer-88 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer-88 a {
  color: inherit;
  text-decoration: none;
}

.site-footer-88 a:focus-visible {
  outline: 2px solid var(--site-footer-accent-b-88);
  outline-offset: 2px;
  border-radius: 6px;
}

.site-footer-inner-88 {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding: clamp(36px, 5vw, 56px) clamp(16px, 3vw, 32px) 32px;
}

.site-footer-top-88 {
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--site-footer-line-88);
}

.site-footer-brand-88 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.site-footer-logo-88 {
  display: inline-flex;
  line-height: 0;
}

.site-footer-logo-88 img {
  display: block;
  width: auto;
  height: 36px;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.site-footer-logo-88:hover img {
  transform: translateY(-1px);
  filter: drop-shadow(0 0 12px rgba(34, 226, 182, 0.4));
}

.site-footer-copy-88 {
  margin: 0;
  color: var(--site-footer-muted-88);
  font-size: 13px;
}

.site-footer-legal-88 {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
}

.site-footer-legal-88 a {
  position: relative;
  color: var(--site-footer-text-88);
  font-size: 13px;
  transition: color 0.2s ease;
}

.site-footer-legal-88 a:hover {
  color: var(--site-footer-accent-b-88);
}

.site-footer-badges-88 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
}

.site-footer-badges-88 a {
  display: inline-flex;
  line-height: 0;
  border-radius: 8px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-footer-badges-88 a:hover {
  transform: translateY(-2px);
}

.site-footer-badges-88 img {
  display: block;
  width: auto;
  height: 40px;
}

.site-footer-mail-88 {
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--site-footer-line-88);
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.04);
}

.site-footer-mail-88:hover {
  border-color: rgba(34, 226, 182, 0.5);
  background: rgba(34, 226, 182, 0.08);
}

.site-footer-mail-88 img {
  width: 22px !important;
  height: 22px !important;
}

.site-footer-quick-88 {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.site-footer-chips-88 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.site-footer-chips-88 a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 14px;
  border: 1px solid var(--site-footer-line-88);
  border-radius: 999px;
  color: #d4d0dc;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  background: rgba(255, 255, 255, 0.03);
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.site-footer-chips-88 a:hover {
  color: #fff;
  border-color: rgba(34, 226, 182, 0.5);
  background: rgba(34, 226, 182, 0.08);
  transform: translateY(-1px);
}

.site-footer-chips-bonus-88 a {
  border-color: rgba(169, 72, 248, 0.25);
  background: rgba(169, 72, 248, 0.07);
}

.site-footer-chips-bonus-88 a:hover {
  border-color: rgba(169, 72, 248, 0.6);
  background: rgba(169, 72, 248, 0.16);
}

.site-footer-explore-88 {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 32px clamp(24px, 4vw, 48px);
  padding-block: 36px;
  border-bottom: 1px solid var(--site-footer-line-88);
}

.site-footer-column-88 {
  min-width: 0;
}

.site-footer-heading-88 {
  position: relative;
  margin: 0 0 14px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-footer-heading-88::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--site-footer-accent-a-88), var(--site-footer-accent-b-88));
}

.site-footer-list-88 + .site-footer-heading-88 {
  margin-top: 28px;
}

.site-footer-list-88 {
  display: grid;
  gap: 9px;
}

.site-footer-list-wide-88 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 20px;
}

.site-footer-list-88 a {
  display: inline-block;
  color: var(--site-footer-text-88);
  font-size: 14px;
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer-list-88 a:hover {
  color: var(--site-footer-accent-b-88);
  transform: translateX(3px);
}

[dir="rtl"] .site-footer-list-88 a:hover {
  transform: translateX(-3px);
}

.site-footer-more-88 {
  color: #d4d0dc !important;
  font-weight: 600;
}

.site-footer-notice-88 {
  margin-top: 32px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--site-footer-line-88);
  border-radius: 16px;
  color: var(--site-footer-muted-88);
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
  background: rgba(255, 255, 255, 0.02);
}

.site-footer-notice-88 p {
  max-width: 920px;
  margin: 0 auto 12px;
}

.site-footer-notice-88 a {
  color: var(--site-footer-accent-b-88) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer-rg-text-88 {
  color: #a39eb0;
}

.site-footer-rg-88 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.site-footer-rg-item-88 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--site-footer-line-88);
  border-radius: 12px;
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

a.site-footer-rg-item-88:hover {
  border-color: rgba(34, 226, 182, 0.5);
  background: rgba(34, 226, 182, 0.08);
  transform: translateY(-2px);
}

.site-footer-rg-item-88 img {
  display: block;
  width: 28px;
  height: 28px;
}

@media (max-width: 1023.98px) {
  .site-footer-top-88 {
    grid-template-columns: minmax(0, 1fr);
  }

  .site-footer-explore-88 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer-explore-88 > .site-footer-column-88:first-child {
    grid-column: 1 / -1;
  }

  .site-footer-list-wide-88 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 639.98px) {
  .site-footer-88 {
    font-size: 13px;
  }

  .site-footer-inner-88 {
    padding: 32px 16px 24px;
  }

  .site-footer-top-88 {
    gap: 24px;
    padding-bottom: 28px;
  }

  .site-footer-brand-88 {
    align-items: center;
    text-align: center;
  }

  .site-footer-legal-88,
  .site-footer-badges-88,
  .site-footer-chips-88 {
    justify-content: center;
  }

  .site-footer-chips-88 {
    gap: 6px;
  }

  .site-footer-chips-88 a {
    min-height: 32px;
    padding: 5px 11px;
    font-size: 12.5px;
  }

  .site-footer-explore-88 {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
    padding-block: 28px;
  }

  .site-footer-list-88,
  .site-footer-list-wide-88 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  .site-footer-list-88 a {
    padding: 5px 11px;
    border: 1px solid var(--site-footer-line-88);
    border-radius: 999px;
    font-size: 12.5px;
    background: rgba(255, 255, 255, 0.03);
  }

  .site-footer-list-88 a:hover,
  [dir="rtl"] .site-footer-list-88 a:hover {
    transform: none;
    border-color: rgba(34, 226, 182, 0.5);
  }

  .site-footer-list-88 + .site-footer-heading-88 {
    margin-top: 22px;
  }

  .site-footer-notice-88 {
    margin-top: 24px;
    font-size: 12.5px;
    text-align: start;
  }

  .site-footer-rg-item-88 {
    width: 44px;
    height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-footer-88 a,
  .site-footer-88 img {
    transition: none !important;
  }

  .site-footer-88 a:hover,
  .site-footer-88 a:hover img {
    transform: none !important;
  }
}
