.ihk-footer {
  background: #0f172a;
  width: 100%;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* ---- Main footer content ---- */
.ihk-footer__inner {
  margin: 0 auto;
  padding: 40px 24px 0;
  display: flex;
  flex-direction: row;
  gap: 0;
}

/* ---- Brand column ---- */
.ihk-footer__brand {
  flex: 0 0 25%;
  padding-right: 32px;
}

.ihk-footer__logo {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #94a3b8;
  margin: 0 0 12px;
  display: inline-block;
  border: 1px solid #1e293b;
  padding: 4px 10px;
  border-radius: 4px;
}

.ihk-footer__tagline {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #94a3b8;
  margin: 0;
}

/* ---- Nav columns ---- */
.ihk-footer__nav {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 24%;
}

.ihk-footer__col {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ihk-footer__col-title {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #ffffff;
  margin: 0 0 16px;
  display: block;
}

.ihk-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9.6px;
}

.ihk-footer__links li {
  margin: 0;
  padding: 0;
}

.ihk-footer__links a {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.2s ease;
  vertical-align: middle;
  display: inline-block;
}

.ihk-footer__links a:hover {
  color: #cbd5e1;
}

/* ---- Copyright bar ---- */
.ihk-footer__bottom {
  max-width: 1184px;
  margin: 0 auto;
  padding: 0 24px;
}

.ihk-footer__bottom-inner {
  width: 100%;
  border-top: 0.8px solid #1e293b;
  height: 44.8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.ihk-footer__copyright {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #94a3b8;
  margin: 0;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
  .ihk-footer__inner {
    flex-direction: column;
    gap: 32px;
    padding-bottom: 0;
  }

  .ihk-footer__brand {
    flex: none;
    padding-right: 0;
  }

  .ihk-footer__nav {
    flex-wrap: wrap;
    gap: 32px;
  }

  .ihk-footer__col {
    flex: 0 0 calc(50% - 12px);
  }
}

@media (max-width: 480px) {
  .ihk-footer__col {
    flex: 0 0 100%;
  }
}
