.koi-footer {
  width: 100%;
  background-color: #ffffff;
  color: #333333;
  box-sizing: border-box;
}

.koi-footer-banner {
  width: 100%;
  background: linear-gradient(90.95deg, rgba(239, 239, 239, 0.5) 1.21%, rgba(115, 115, 115, 0.35) 98.1%);
  border-radius: 24px;
  box-sizing: border-box;
}

.koi-footer-logo-box {
  width: 44px;
  height: 44px;
  background-color: #0080FF;
  color: #ffffff;
  font-weight: bold;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  text-align: center;
  line-height: 1.2;
  padding: 4px;
  box-sizing: border-box;
  letter-spacing: -0.5px;
}

.koi-footer-banner-icon {
  width: 65px;
  height: 58px;
  object-fit: contain;
  flex-shrink: 0;
}

.koi-footer-brand-name {
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  letter-spacing: -0.5px;
}

.koi-footer-slogan {
  font-size: 15px;
  color: #000000;
  line-height: 1.6;
  margin: 0;
  max-width: 473px;
  font-weight: 300;
}

.koi-footer-info-title {
  font-size: 25px;
  font-weight: 400;
  color: #000000;
  margin: 0;
}

.koi-footer-info-value {
  font-size: 22px;
  font-weight: 300;
  color: #000000;
  margin: 4px 0 0 0;
}

.koi-footer-info-value.mono {
  font-family: monospace;
}

.koi-footer-info-value.email-text {
  font-weight: 500;
  color: #111111;
}

.koi-footer-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3);
}

.koi-footer-heading-lg {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 16px 0;
}

.koi-footer-location-item {
  font-size: 15px;
  color: rgba(0, 0, 0, 1);
  line-height: 1.6;
}

.koi-footer-location-item p {
  margin: 0;
}

.koi-footer-location-item .city-tag {
  font-weight: 400;
  color: #000000;
}

.koi-footer-heading-sm {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 16px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.koi-footer-terms-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.koi-footer-terms-list li {
  margin-bottom: 8px;
}

.koi-footer-terms-list a {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
}

.koi-footer-terms-list a:hover {
  color: #000000;
}

.koi-footer-follow-wrapper {
  width: 100%;
  max-width: max-content;
}

.koi-footer-social-title {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 12px 0;
}

.koi-footer-social-icons {
  font-size: 20px;
  color: #000000;
}

.koi-footer-social-icons a {
  color: inherit;
}

.koi-footer-hotline-btn {
  display: inline-block;
  background-color: #E52323;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  padding: 8px 24px;
  border-radius: 9999px;
  text-decoration: none;
  text-align: center;
  min-width: 150px;
  box-sizing: border-box;
  letter-spacing: 0.5px;
  font-family: monospace;
}

.koi-footer-hotline-btn:hover {
  background-color: #cc1f1f;
}

@media (max-width: 768px) {
  .koi-footer {
    padding: 24px 16px;
  }

  .koi-footer-banner {
    padding: 24px 16px;
  }

  .koi-footer-banner-icon {
    width: 44px;
    height: 38px;
  }

  .koi-footer-info-title {
    font-size: 20px;
  }

  .koi-footer-info-value {
    font-size: 18px;
  }
}
