.titov-global-footer,
.titov-global-footer * {
  box-sizing: border-box;
}

.titov-global-footer {
  width: 100%;
  margin: 48px 0 0;
  padding: 52px 24px 25px;
  color: #fff8eb;
  background:
    radial-gradient(
      circle at 10% 15%,
      rgba(202, 159, 72, 0.11),
      transparent 34%
    ),
    radial-gradient(
      circle at 89% 88%,
      rgba(202, 159, 72, 0.08),
      transparent 31%
    ),
    #142b40;
  border-top: 1px solid rgba(202, 159, 72, 0.31);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

.titov-global-footer a {
  color: inherit;
  text-decoration: none;
}

.titov-global-footer a:focus-visible {
  outline: 3px solid rgba(222, 177, 82, 0.82);
  outline-offset: 3px;
}

.titov-global-footer__frame {
  width: min(1520px, 100%);
  margin: 0 auto;
  padding: 42px;
  border: 1px solid rgba(202, 159, 72, 0.34);
  border-radius: 38px;
  background: rgba(16, 40, 60, 0.63);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.titov-global-footer__grid {
  display: grid;
  grid-template-columns: 1.35fr 0.95fr 0.95fr 1.1fr;
  gap: 24px;
  align-items: stretch;
}

.titov-global-footer__card {
  min-width: 0;
  padding: 27px;
  color: #fff8eb;
  border: 1px solid rgba(202, 159, 72, 0.26);
  border-radius: 22px;
  background: rgba(7, 30, 48, 0.76);
  box-shadow: 0 0 20px rgba(202, 159, 72, 0.05);
  font-family: inherit;
  font-size: inherit;
}

.titov-global-footer__heading {
  margin: 0 0 20px;
  color: #fffdf7;
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.titov-global-footer__brand-link {
  display: flex;
  align-items: center;
  gap: 18px;
}

.titov-global-footer__logo {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  object-fit: cover;
  border: 2px solid rgba(202, 159, 72, 0.58);
  border-radius: 50%;
  background: #fff;
}

.titov-global-footer__brand-name {
  color: #fffdf7;
  font-family: inherit;
  font-size: 29px;
  font-weight: 850;
  line-height: 1;
}

.titov-global-footer__tagline {
  margin-top: 8px;
  color: #dda947;
  font-family: inherit;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.titov-global-footer__description {
  max-width: 390px;
  margin: 25px 0 0;
  color: #fff8eb;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.7;
}

.titov-global-footer__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  margin-top: 25px;
  padding: 12px 23px;
  color: #071e31 !important;
  font-family: inherit;
  font-size: 13px;
  font-weight: 850;
  border: 1px solid #d7aa4d;
  border-radius: 999px;
  background: linear-gradient(135deg, #dcb25b, #bf8e34);
  box-shadow: 0 11px 25px rgba(202, 159, 72, 0.19);
  transition: transform 160ms ease, filter 160ms ease;
}

.titov-global-footer__button:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
}

.titov-global-footer__list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.titov-global-footer__list--compact {
  gap: 7px;
}

.titov-global-footer__list a {
  display: inline-flex;
  align-items: center;
  min-height: 21px;
  color: #fff8eb;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  transition: color 150ms ease, transform 150ms ease;
}

.titov-global-footer__list--compact a {
  font-size: 12px;
}

.titov-global-footer__list a:hover {
  color: #e3b455;
  transform: translateX(2px);
}

.titov-global-footer__network-list {
  gap: 18px;
}

.titov-global-footer__network-link {
  gap: 12px;
}

.titov-global-footer__network-icon {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  flex: 0 0 24px;
  color: #dda947;
  font-size: 15px;
}

.titov-global-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1520px, 100%);
  margin: 19px auto 0;
  color: rgba(255, 248, 235, 0.76);
  font-family: inherit;
  font-size: 12px;
}

.titov-global-footer__bottom p {
  margin: 0;
}

.titov-global-footer__bottom-link {
  color: #dda947 !important;
}

.titov-global-footer__bottom-link:hover {
  text-decoration: underline;
}

@media (max-width: 1120px) {
  .titov-global-footer__frame {
    padding: 30px;
  }

  .titov-global-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .titov-global-footer {
    margin-top: 34px;
    padding: 28px 10px 18px;
  }

  .titov-global-footer__frame {
    padding: 14px;
    border-radius: 24px;
  }

  .titov-global-footer__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .titov-global-footer__card {
    padding: 22px;
  }

  .titov-global-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .titov-global-footer__button,
  .titov-global-footer__list a {
    transition: none;
  }

  .titov-global-footer__button:hover,
  .titov-global-footer__list a:hover {
    transform: none;
  }
}
