.rsln-footer {
  margin-top: 0;
  color: #eaf2f7;
  background: #2c6387;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.rsln-footer-top {
  padding: 22px 0 16px;
}

.rsln-footer-container {
  width: min(1180px, calc(100% - 56px));
  margin: 0 auto;
}

.rsln-footer-minimal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.rsln-footer-brand h3 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.1;
}

.rsln-footer-brand p {
  margin: 0;
  max-width: 520px;
  color: #eaf2f7;
  font-size: 14px;
  line-height: 1.6;
}

.rsln-footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  text-align: right;
}

.rsln-footer-contact a,
.rsln-footer-contact span {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
}

.rsln-footer-contact a:hover {
  color: #d8ecff;
}

.rsln-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.rsln-footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  text-align: center;
}

.rsln-footer-bottom p {
  margin: 0;
  color: #eaf2f7;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.95;
}

@media (max-width: 767px) {
  .rsln-footer-top {
    padding: 20px 0 14px;
  }

  .rsln-footer-container {
    width: min(1180px, calc(100% - 32px));
  }

  .rsln-footer-minimal {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .rsln-footer-contact {
    align-items: flex-start;
    text-align: left;
  }

  .rsln-footer-brand h3 {
    font-size: 18px;
  }

  .rsln-footer-brand p,
  .rsln-footer-contact a,
  .rsln-footer-contact span {
    font-size: 13px;
  }
}
