.innova-home-footer {
  background: #fff !important;
  color: #666 !important;
  font-family: Poppins, sans-serif;
  padding: 52px 0 0 !important;
}

.innova-home-footer .container {
  width: min(100% - 32px, 1320px);
  margin: 0 auto;
}

.innova-home-footer .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 28px;
  border-bottom: 1px solid #dce1e8;
}

.innova-home-footer .footer-brand img {
  display: block;
  width: 200px;
  height: auto;
}

.innova-home-footer .footer-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.innova-home-footer .footer-social-link {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eef1f5;
  transition: transform .2s ease, background-color .2s ease;
}

.innova-home-footer .footer-social-link:hover {
  background: #dfe7f5;
  transform: translateY(-2px);
}

.innova-home-footer .footer-social-link img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.innova-home-footer .footer-main {
  display: grid;
  grid-template-columns: minmax(340px, 1.7fr) minmax(190px, .8fr) minmax(150px, .55fr);
  gap: 48px;
  padding: 30px 0;
  border-bottom: 1px solid #dce1e8;
}

.innova-home-footer .footer-title {
  margin: 0 0 22px;
  color: #1e439d;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

.innova-home-footer .footer-menu-title {
  margin: 0 0 16px;
  padding: 8px 16px;
  border: 1px solid #1e439d;
  border-radius: 999px;
  color: #1e439d;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}

.innova-home-footer .footer-contact-list,
.innova-home-footer .footer-menu,
.innova-home-footer .footer-legal-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.innova-home-footer .footer-contact-list {
  display: grid;
  gap: 18px;
}

.innova-home-footer .footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  color: #666;
  font-size: 16px;
  line-height: 1.45;
}

.innova-home-footer .footer-contact-list img {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-top: 2px;
  object-fit: contain;
}

.innova-home-footer a {
  color: inherit;
  text-decoration: none;
}

.innova-home-footer a:hover {
  color: #1e439d;
}

.innova-home-footer .footer-menu {
  display: grid;
  gap: 12px;
}

.innova-home-footer .footer-menu a {
  display: block;
  font-size: 16px;
  line-height: 1.35;
}

.innova-home-footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0 28px;
  color: #666;
  font-size: 14px;
}

.innova-home-footer .footer-bottom p {
  margin: 0;
}

.innova-home-footer .footer-legal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

@media (max-width: 767px) {
  .innova-home-footer { padding-top: 36px !important; }
  .innova-home-footer .row { align-items: flex-start; flex-direction: column; }
  .innova-home-footer .footer-socials { justify-content: flex-start; }
  .innova-home-footer .footer-main { grid-template-columns: 1fr; gap: 32px; }
  .innova-home-footer .footer-title { font-size: 24px; }
  .innova-home-footer .footer-bottom { align-items: flex-start; flex-direction: column; }
  .innova-home-footer .footer-legal-list { gap: 16px; }
}
