/* KZZIN layout footer */
.kzzin-site-footer {
  margin: 0;
  background: #061027;
  color: #fff;
  font-family: "SUIT Variable", Arial, sans-serif;
}

.kzzin-footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 32px;
  width: min(100%, 1480px);
  margin: 0 auto;
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.kzzin-footer-eyebrow {
  display: block;
  margin: 0 0 10px;
  color: #8fc7ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.kzzin-footer-main h2 {
  max-width: 780px;
  margin: 10px 0;
  color: #fff;
  font-size: 44px;
  line-height: 1.08;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.kzzin-footer-main p {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
}

.kzzin-footer-nav,
.kzzin-footer-business,
.kzzin-footer-quick,
.kzzin-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.kzzin-footer-nav {
  margin-top: 28px;
}

.kzzin-footer-nav a,
.kzzin-footer-quick a,
.kzzin-footer-app {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.kzzin-footer-nav a {
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 900;
}

.kzzin-footer-nav a:hover,
.kzzin-footer-quick a:hover,
.kzzin-footer-app:hover {
  border-color: #8fc7ff;
  color: #fff;
}

.kzzin-footer-business {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  line-height: 1.6;
}

.kzzin-footer-business span {
  display: inline-flex;
  align-items: center;
}

.kzzin-footer-copy {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 1.7;
}

.kzzin-footer-side {
  display: grid;
  align-content: start;
  gap: 14px;
}

.kzzin-footer-stats {
  display: grid;
  min-height: 160px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  text-align: center;
}

.kzzin-footer-stats strong {
  display: block;
  font-size: 48px;
  line-height: 1;
}

.kzzin-footer-stats span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 900;
}

.kzzin-footer-quick {
  display: grid;
}

.kzzin-footer-quick a {
  padding: 11px 12px;
  font-size: 13px;
  font-weight: 900;
}

.kzzin-footer-socials a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.kzzin-footer-socials img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: grayscale(1) brightness(2);
}

.kzzin-footer-app {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  cursor: pointer;
  font-weight: 900;
}

@media all and (max-width: 1024px) {
  .kzzin-footer-inner {
    grid-template-columns: 1fr;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .kzzin-footer-main h2 {
    font-size: 34px;
  }
}

@media all and (max-width: 560px) {
  .kzzin-footer-inner {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .kzzin-footer-main h2 {
    font-size: 30px;
  }
}

/* 2026-05 footer polish. */
.kzzin-site-footer {
  background:
    linear-gradient(135deg, rgba(6, 16, 39, 0.98) 0%, rgba(17, 24, 39, 0.98) 45%, rgba(0, 107, 255, 0.88) 100%);
}

.kzzin-footer-inner {
  width: min(100%, 1440px);
}

.kzzin-footer-eyebrow {
  color: #9bf2ff;
}

.kzzin-footer-nav a,
.kzzin-footer-quick a,
.kzzin-footer-app,
.kzzin-footer-socials a {
  border-radius: 999px;
}

.kzzin-footer-quick a:hover,
.kzzin-footer-app:hover {
  border-color: transparent;
  background: linear-gradient(135deg, #006bff 0%, #00d4ff 45%, #ff2f7d 100%);
}

.kzzin-footer-nav a:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(229, 231, 235, 0.18);
  color: #fff;
}

.kzzin-footer-stats {
  border: 0;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06)),
    linear-gradient(135deg, rgba(0, 107, 255, 0.45), rgba(255, 47, 125, 0.32));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

/* Pretendard typography for footer. */
.kzzin-site-footer,
.kzzin-site-footer a,
.kzzin-site-footer button {
  font-family: "Pretendard Variable", Pretendard, "SUIT Variable", Arial, sans-serif;
}

.kzzin-footer-main h2,
.kzzin-footer-stats strong {
  font-weight: 900;
}

.kzzin-footer-nav a,
.kzzin-footer-quick a,
.kzzin-footer-app,
.kzzin-footer-eyebrow,
.kzzin-footer-stats span {
  font-weight: 800;
}

.kzzin-footer-main p,
.kzzin-footer-business,
.kzzin-footer-copy {
  font-weight: 300;
}

.kzzin-location-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 34px 0 0;
}

.kzzin-location-copy {
  display: flex;
  gap: 18px;
  align-items: center;
  min-width: 0;
  padding: 24px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06)),
    linear-gradient(135deg, rgba(0, 140, 255, 0.2), rgba(3, 199, 90, 0.2));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.kzzin-location-mark {
  display: grid;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #008cff 0%, #00b4ff 34%, #03c75a 74%, #16e06f 100%);
  color: #fff;
  font-size: 24px;
  box-shadow: 0 14px 30px rgba(3, 199, 90, 0.28);
}

.kzzin-location-copy h2 {
  margin: 6px 0 6px;
  color: #fff;
  font-size: 34px;
  line-height: 1.08;
  font-weight: 900;
}

.kzzin-location-copy p:last-child {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
  font-weight: 300;
}

.kzzin-location-actions {
  display: grid;
  gap: 10px;
  min-width: 210px;
}

.kzzin-location-actions button,
.kzzin-location-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-weight: 900;
  text-decoration: none;
}

.kzzin-location-actions button {
  background: linear-gradient(135deg, #008cff 0%, #00b4ff 34%, #03c75a 74%, #16e06f 100%);
  box-shadow: 0 18px 42px rgba(3, 199, 90, 0.28);
}

.kzzin-location-actions a {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.kzzin-location-fab {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 980;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 54px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #008cff 0%, #00b4ff 34%, #03c75a 74%, #16e06f 100%);
  color: #fff;
  box-shadow: 0 22px 54px rgba(3, 199, 90, 0.34);
  cursor: pointer;
  font-family: "Pretendard Variable", Pretendard, "SUIT Variable", Arial, sans-serif;
  font-weight: 900;
}

.kzzin-location-fab i {
  font-size: 18px;
}

@media all and (max-width: 1024px) {
  .kzzin-location-strip {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .kzzin-location-actions {
    grid-template-columns: 1fr 1fr;
  }
}

@media all and (max-width: 560px) {
  .kzzin-location-strip {
    padding-top: 24px;
  }

  .kzzin-location-copy {
    align-items: flex-start;
    padding: 20px;
  }

  .kzzin-location-copy h2 {
    font-size: 28px;
  }

  .kzzin-location-actions {
    grid-template-columns: 1fr;
  }

  .kzzin-location-fab {
    right: 18px;
    bottom: 18px;
    width: 54px;
    min-width: 54px;
    padding: 0;
    justify-content: center;
  }

  .kzzin-location-fab span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
