.rt-footer {
  background: linear-gradient(180deg, #12171d 0%, #0f1318 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #d3dbe5;
}

.rt-footer-title {
  color: #f2c94c;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

.rt-footer-address {
  color: #d3dbe5;
  font-size: 0.92rem;
  line-height: 1.55;
}

.rt-footer-links li + li {
  margin-top: 0.3rem;
}

.rt-footer a {
  color: #f4f7fa;
  text-decoration: none;
}

.rt-footer a:hover {
  color: #f2c94c;
  text-decoration: underline;
}

.rt-footer-note {
  color: #9ba7b4;
  font-size: 0.88rem;
  line-height: 1.5;
}
