.solargeneratorcity-footer {
  background: linear-gradient(145deg, #070a11, #0e121f);
  color: #e0f7ff;
  padding: 60px 20px 20px;
  border-top: 1px solid rgba(0, 255, 255, 0.1);
  box-shadow: 0 -5px 20px rgba(0, 255, 255, 0.05);
}

.solargeneratorcity-footer__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}

.solargeneratorcity-footer__left {
  flex: 1 1 300px;
}

.solargeneratorcity-footer__logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.solargeneratorcity-footer__logo img {
  width: 40px;
  height: 40px;
  filter: drop-shadow(0 0 6px #00ffe7);
}

.solargeneratorcity-footer__brand {
  font-size: 1.5rem;
  color: #00ffe7;
  font-weight: bold;
  text-shadow: 0 0 6px rgba(0, 255, 255, 0.4);
}

.solargeneratorcity-footer__note {
  margin-top: 10px;
  font-size: 1rem;
  color: #a7faff;
  opacity: 0.9;
  max-width: 400px;
  line-height: 1.6;
}

.solargeneratorcity-footer__right {
  text-align: right;
}

.solargeneratorcity-footer__menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: max-content;
}

.solargeneratorcity-footer__menu a {
  color: #c4fcff;
  text-decoration: none;
  font-size: 1rem;
  position: relative;
  transition: color 0.3s ease;
}

.solargeneratorcity-footer__menu a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 0%;
  background: #00ffe7;
  transition: width 0.3s ease;
}

.solargeneratorcity-footer__menu a:hover {
  color: #00ffe7;
}

.solargeneratorcity-footer__menu a:hover::after {
  width: 100%;
}

.solargeneratorcity-footer__bottom {
  text-align: center;
  margin-top: 40px;
  font-size: 0.9rem;
  color: #86dbe8;
  opacity: 0.7;
  border-top: 1px solid rgba(0, 255, 255, 0.08);
  padding-top: 15px;
}
