/**
 * Footer — Steam / Epic kolon düzeni
 * main.css içindeki absolute contact, çizgili başlık ve eski flex oranlarını ezer.
 */

.home-trust-strip--footer {
  background: rgba(32, 16, 42, 0.7) !important;
  border-top: 1px solid rgba(186, 130, 210, 0.16) !important;
  border-bottom: 1px solid rgba(186, 130, 210, 0.08) !important;
  padding: 14px 0 !important;
}

.home-trust-strip--footer + .footer {
  border-top: 0 !important;
}

.home-trust-strip--footer .home-trust-strip__badge {
  color: #c7d5e0;
  font-size: 13px;
  font-weight: 600;
}

.home-trust-strip--footer .home-trust-strip__badge::before {
  background: #66c0f4;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.home-trust-strip--footer .home-trust-strip__pay-label {
  color: #8aa3c0;
  letter-spacing: 0.08em;
}

.footer {
  position: relative;
  isolation: isolate;
  background: linear-gradient(180deg, rgba(42, 24, 52, 0.55) 0%, rgba(22, 12, 32, 0.78) 100%) !important;
  border-top: 1px solid rgba(186, 130, 210, 0.14);
  padding: 36px 0 18px !important;
}

.footer__navs {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 28px 24px;
  align-items: start;
  width: 100%;
}

.footer__nav,
.footer__nav--1,
.footer__nav--2,
.footer__nav--3,
.footer__nav--4 {
  position: relative !important;
  display: block !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  flex-wrap: nowrap !important;
}

.footer__title {
  display: flex !important;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  width: 100%;
}

.footer__title::before {
  display: none !important;
  content: none !important;
}

.footer__title svg {
  flex: 0 0 auto;
  width: 18px !important;
  height: 18px !important;
  background: none !important;
  stroke: #66c0f4 !important;
  fill: #66c0f4 !important;
  color: #66c0f4;
}

.footer__title span {
  background: none !important;
  padding: 0 !important;
  font-family: Outfit, "Segoe UI", sans-serif;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e8edf7 !important;
}

.footer__list {
  margin-top: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.footer__list a {
  padding-left: 0 !important;
  font-size: 13.5px !important;
  line-height: 1.55 !important;
  color: #9db0ca !important;
  letter-spacing: 0.01em;
}

.footer__list a::before {
  display: none !important;
  content: none !important;
}

.footer__list a:hover {
  color: #66c0f4 !important;
}

.footer__nav--2 {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 0 18px;
  align-content: start;
}

.footer__nav--2 .footer__title {
  grid-column: 1 / -1;
}

.footer__list--double {
  width: auto !important;
  margin-top: 0 !important;
}

.footer__list--double:last-child {
  margin-top: 0 !important;
}

.footer__contacts {
  position: static !important;
  right: auto !important;
  bottom: auto !important;
  margin: 0 !important;
  align-items: flex-start !important;
}

.footer__link {
  display: block;
  font-family: Outfit, "Segoe UI", sans-serif !important;
  font-size: 13.5px !important;
  line-height: 1.55 !important;
  color: #c7d5e0 !important;
  word-break: break-word;
}

.footer__link:hover {
  color: #66c0f4 !important;
}

.footer__social {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: 14px !important;
}

.footer__social a {
  width: 34px;
  height: 34px;
  margin: 0 !important;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(42, 24, 52, 0.72);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer__social svg {
  width: 15px !important;
  height: 15px !important;
}

.footer__social a:hover {
  border-color: rgba(102, 192, 244, 0.45);
  background: rgba(72, 36, 88, 0.75);
}

.footer__wrap {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 20px;
  width: 100%;
  height: auto !important;
  min-height: 0;
  margin-top: 28px !important;
  padding: 16px 0 0;
  border-top: 1px solid rgba(186, 130, 210, 0.12);
}

.footer__logo {
  width: 112px;
}

.footer__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.footer__copyright {
  max-width: min(100%, 420px);
  font-size: 12px !important;
  line-height: 1.45 !important;
  color: #8aa3c0 !important;
  text-align: right;
}

@media (min-width: 768px) {
  .footer__navs {
    grid-template-columns: 1fr 1.35fr;
    gap: 28px 28px;
  }

  .footer__nav--3,
  .footer__nav--4 {
    grid-column: auto;
  }
}

@media (min-width: 1100px) {
  .footer {
    padding-top: 40px !important;
  }

  .footer__navs {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.45fr) minmax(0, 1.15fr) minmax(0, 0.95fr);
    gap: 24px 28px;
  }

  .footer__nav--1 { grid-column: 1; }
  .footer__nav--2 { grid-column: 2; }
  .footer__nav--3 { grid-column: 3; }
  .footer__nav--4 { grid-column: 4; }

  .footer__wrap {
    margin-top: 32px !important;
  }
}

@media (max-width: 767.98px) {
  .footer {
    padding-top: 28px !important;
    padding-bottom: 12px !important;
  }

  .footer__nav--2 {
    grid-template-columns: 1fr 1fr;
  }

  .footer__wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 22px !important;
  }

  .footer__copyright {
    text-align: left !important;
  }

  .footer__logo {
    width: 108px;
  }
}

@media (max-width: 575.98px) {
  .home-trust-strip--footer .home-trust-strip__badge {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .uo-live-toast {
    bottom: 88px;
  }
}

@media (max-width: 991.98px) {
  .uo-live-toast {
    bottom: calc(72px + env(safe-area-inset-bottom, 0px));
    max-width: calc(100vw - 24px);
  }
}
