.footer {
  margin-top: 6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #07090c;
  color: #8b93a8;
  font-size: 0.85rem;
}

.footer-inner {
  padding-top: 2.5rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}


.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  max-width: 280px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.footer-logo img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: contain;
}

.footer-logo span {
  font-size: 1rem;
  font-weight: 700;
  color: #e8eefc;
  letter-spacing: 0.03em;
}

.footer-tagline {
  margin: 0;
  line-height: 1.5;
  color: #8b93a8;
}

.footer-socials {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-heading {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #e8eefc;
}

.socials-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #8b93a8;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
  transition: color 0.2s ease;
}

.social-link i {
  font-size: 1.1rem;
  width: 18px;
  text-align: center;
  flex-shrink: 0;
}

.social-link:hover       { color: #e8eefc; }
.social-kick:hover       { color: #53fc1e; }
.social-discord:hover    { color: #4a6cf7; }


.footer-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.06);
  width: 100%;
}

.footer-gambling {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 1.1rem 1.25rem;
}

.gambling-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  flex-shrink: 0;
  color: #e8eefc;
  opacity: 0.55;
}

.gambling-badge i {
  font-size: 1.1rem;
}

.gambling-badge span {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.gambling-text {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.gambling-headline {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #c8cfe0;
}

.gambling-body {
  margin: 0;
  line-height: 1.6;
  color: #6b7384;
}

.gambling-links {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
  margin-top: 0.25rem;
}

.gambling-links a {
  color: #8b93a8;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.gambling-links a:hover {
  color: #e8eefc;
  text-decoration: underline;
}

.gambling-links span {
  color: #3a3f4f;
}


.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: #4a5060;
  font-size: 0.78rem;
}

.footer-copy,
.footer-madeby {
  margin: 0;
}

.footer-author {
  color: #4a6cf7;
  font-weight: 500;
}


@media (max-width: 1000px) {
  .footer-top {
    flex-direction: column;
    gap: 1.5rem;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
  }
}
