/* #region FOOTER PREMIUM COMPACT */
.site-footer {
  position: relative;
  overflow: hidden;
  padding: 56px 0 20px;
  background: linear-gradient(180deg, #f5f7f9 0%, #edf2f6 100%);
  border-top: 1px solid rgba(205, 218, 228, 0.85);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 26%, rgba(117, 184, 234, 0.10), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(74, 151, 223, 0.08), transparent 26%);
  z-index: 0;
}

.site-footer::after {
  display: none;
}

.footer-container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: stretch;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(198, 213, 224, 0.9);
}

.footer-left {
  position: relative;
  overflow: hidden;
  min-height: auto;
  padding: 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(213, 225, 234, 0.95);
  box-shadow:
    0 14px 30px rgba(16, 24, 32, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.footer-left::before {
  display: none;
}

.footer-left::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(117, 184, 234, 0.13), transparent 42%);
  pointer-events: none;
  z-index: 0;
}

.footer-linkedin,
.footer-brand,
.footer-links,
.footer-left > * {
  position: relative;
  z-index: 1;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 16px;
  font-family: "Sora", sans-serif;
  font-size: 1.58rem;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0;
  color: rgba(22, 32, 51, 0.94);
  transition:
    color 0.24s ease,
    transform 0.24s var(--ease-smooth);
}

.footer-brand img {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  object-fit: contain;
  filter: drop-shadow(0 10px 16px rgba(16, 24, 32, 0.12));
}

.footer-brand > span {
  min-width: 0;
  overflow-wrap: break-word;
}

.footer-brand-accent {
  color: var(--blue-strong);
}

.footer-brand:hover {
  transform: translateY(-2px);
  color: #17202b;
}

.footer-linkedin {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  padding: 9px 13px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(200, 216, 228, 0.95);
  color: #0a66c2;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(16, 24, 32, 0.05);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease;
}

.footer-linkedin:hover {
  transform: translateY(-2px);
  background: #ffffff;
  border-color: rgba(74, 151, 223, 0.45);
  box-shadow: 0 12px 24px rgba(16, 24, 32, 0.08);
}

.footer-linkedin svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 22px;
}

.footer-links a {
  position: relative;
  width: fit-content;
  font-size: 14px;
  color: #5f6c78;
  transition:
    color 0.22s ease,
    transform 0.22s ease;
}

.footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  border-radius: 999px;
  background: var(--blue-strong);
  transition: width 0.24s ease;
}

.footer-links a:hover {
  color: var(--blue-strong);
  transform: translateX(4px);
}

.footer-links a:hover::after {
  width: 100%;
}

.footer-left nav::after {
  display: none;
}

.footer-right {
  display: grid;
  gap: 14px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: auto;
  padding: 14px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(213, 225, 234, 0.95);
  box-shadow:
    0 10px 24px rgba(16, 24, 32, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
  text-align: right;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease;
}

.footer-contact:hover {
  transform: translateY(-3px) scale(1.005);
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(117, 184, 234, 0.5);
  box-shadow:
    0 16px 30px rgba(16, 24, 32, 0.07),
    0 6px 14px rgba(74, 151, 223, 0.05);
}

.footer-contact span {
  display: block;
  margin-bottom: 5px;
  font-size: 0.65rem;
  font-weight: 700;
  color: #91a0ad;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-contact strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 800;
  color: #17202b;
}

.footer-bottom {
  position: relative;
  z-index: 2;
  margin-top: 12px;
  padding-top: 16px;
  text-align: center;
  border-top: 1px solid rgba(180, 200, 215, 0.5);
}

.footer-bottom p {
  margin: 0;
  font-size: 12px;
  color: #5d6873;
  font-weight: 600;
}

.footer-credit {
  margin-top: 7px !important;
  font-size: 11.5px !important;
  font-weight: 500 !important;
  color: #8a96a3 !important;
}

/* Responsive footer */
@media (max-width: 991px) {
  .site-footer {
    padding: 52px 0 20px;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-bottom: 26px;
  }

  .footer-left,
  .footer-contact {
    text-align: center;
  }

  .footer-linkedin,
  .footer-brand,
  .footer-links a {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-brand {
    font-size: 1.48rem;
  }

  .footer-right {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .site-footer {
    padding: 44px 0 18px;
  }

  .footer-container {
    gap: 20px;
    padding-bottom: 24px;
  }

  .footer-left {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .footer-brand {
    gap: 10px;
    font-size: 1.22rem;
    letter-spacing: 0;
  }

  .footer-brand img {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .footer-linkedin {
    width: 100%;
    justify-content: center;
  }

  .footer-links {
    gap: 9px;
    margin-top: 20px;
  }

  .footer-links a {
    font-size: 14px;
  }

  .footer-contact {
    padding: 15px 16px;
    border-radius: 16px;
    text-align: center;
  }

  .footer-contact span {
    font-size: 0.64rem;
  }

  .footer-contact strong {
    font-size: 0.9rem;
  }

  .footer-bottom {
    margin-top: 10px;
    padding-top: 16px;
  }

  .footer-bottom p {
    font-size: 11.5px;
    line-height: 1.45;
  }
}
/* #endregion */
