.tm-footer{
  background: #0b0f2a; /* deep navy like Tuition */
  color: rgba(255,255,255,.75);
  position: relative;
}

.tm-footer__top{
  padding: 70px 0 55px;
}

.tm-footer__about{
  max-width: 520px;
}

.tm-footer__logo{
  height: 38px;
  width: auto;
  display: block;
  margin-bottom: 18px;
}

.tm-footer__text{
  margin: 0 0 18px;
  line-height: 1.7;
  color: rgba(255,255,255,.70);
}

.tm-footer__contact{
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.tm-footer__contact a{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 700;
  color: rgba(255,255,255,.85);
  transition: .2s ease;
}

.tm-footer__contact a i{
  font-size: 18px;
  color: #fff;
  opacity: .9;
}

.tm-footer__contact a:hover{
  color: #fff;
  transform: translateX(2px);
}

.tm-footer__social{
  display: flex;
  gap: 12px;
}

.tm-footer__social a{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  transition: .2s ease;
}

.tm-footer__social a:hover{
  background: rgba(47,107,255,.22);
  border-color: rgba(47,107,255,.35);
  transform: translateY(-2px);
}

.tm-footer__title{
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  margin: 6px 0 18px;
}

.tm-footer__list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.tm-footer__list a{
  text-decoration: none;
  color: rgba(255,255,255,.70);
  font-weight: 700;
  transition: .2s ease;
}

.tm-footer__list a:hover{
  color: #fff;
  transform: translateX(3px);
}

/* bottom bar */
.tm-footer__bottom{
  border-top: 1px solid rgba(255,255,255,.10);
  padding: 18px 0;
}

.tm-footer__copy{
  color: rgba(255,255,255,.70);
  font-weight: 700;
}

.tm-footer__payments{
  height: 28px;
  width: auto;
  max-width: 100%;
  opacity: .95;
}

/* Mobile spacing */
@media (max-width: 575px){
  .tm-footer__top{
    padding: 55px 0 40px;
  }
  .tm-footer__title{
    margin-top: 10px;
  }
}
