/* =========================================================
   GV Footer v1.0
   Spoločná pätička portálu Garážový výpredaj
   ========================================================= */

.gv-site-footer {
  position: fixed;
  left: 50%;
  right: auto;
  bottom: clamp(14px, 2.4vh, 28px);
  z-index: 20;
  width: min(920px, 92vw);
  transform: translateX(-50%);
  text-align: center;
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  color: #f4e8c1;
  pointer-events: auto;
}

.gv-footer-separator {
  width: 100%;
  height: 1px;
  margin: 0 auto 12px;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(244, 232, 193, 0.20),
      rgba(244, 232, 193, 0.76),
      rgba(244, 232, 193, 0.20),
      transparent
    );
  box-shadow:
    0 0 10px rgba(244, 232, 193, 0.16),
    0 -1px 0 rgba(255, 255, 255, 0.06);
}

.gv-footer-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0 0 13px;
  color: #f4e8c1;
  font-size: clamp(0.92rem, 1.6vw, 1.05rem);
  font-weight: 650;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.36);
}

.gv-footer-nav a {
  color: #f4e8c1;
  text-decoration: none;
  transition: color .18s ease, text-shadow .18s ease, transform .18s ease;
}

.gv-footer-nav a:hover,
.gv-footer-nav a:focus-visible {
  color: #fff5d8;
  text-shadow: 0 0 8px rgba(255, 235, 180, 0.38);
  transform: translateY(-1px);
  outline: none;
}

.gv-footer-nav span {
  color: rgba(244, 232, 193, 0.62);
}

.gv-footer-signature p {
  margin: 0;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.34);
}

.gv-footer-copy {
  color: rgba(244, 232, 193, 0.88);
  font-size: clamp(0.78rem, 1.3vw, 0.88rem);
  font-weight: 520;
  line-height: 1.35;
}

.gv-footer-identity {
  margin-top: 7px !important;
  color: rgba(244, 232, 193, 0.80);
  font-size: clamp(0.74rem, 1.2vw, 0.82rem);
  font-weight: 650;
  line-height: 1.35;
}

.gv-footer-motto {
  color: rgba(244, 232, 193, 0.72);
  font-size: clamp(0.70rem, 1.12vw, 0.78rem);
  font-style: italic;
  line-height: 1.38;
}

/* Rezerva pre pätičku, aby na menších výškach neprekrývala hlavný obsah. */
.uvod {
  padding-bottom: clamp(118px, 18vh, 156px);
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .gv-site-footer {
    bottom: 12px;
    width: min(94vw, 920px);
    padding: 14px 14px 12px;
    border: 1px solid rgba(244, 232, 193, 0.24);
    border-radius: 18px;
    background: rgba(18, 13, 10, 0.76);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(10px) saturate(115%);
    -webkit-backdrop-filter: blur(10px) saturate(115%);
  }

  .gv-footer-separator {
    margin-bottom: 10px;
  }

  .gv-footer-nav {
    gap: 0.42rem;
    margin-bottom: 10px;
    color: #fff1cb;
    font-size: 0.9rem;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.72);
  }

  .gv-footer-nav a {
    color: #fff1cb;
  }

  .gv-footer-nav span {
    color: rgba(255, 241, 203, 0.66);
  }

  .gv-footer-copy {
    color: rgba(255, 241, 203, 0.96);
    font-size: 0.76rem;
  }

  .gv-footer-identity {
    margin-top: 6px !important;
    color: rgba(255, 241, 203, 0.9);
    font-size: 0.72rem;
  }

  .gv-footer-motto {
    max-width: 92vw;
    margin-inline: auto;
    color: rgba(255, 241, 203, 0.84);
    font-size: 0.69rem;
  }

  .uvod {
    padding-bottom: 126px;
  }
}

@media (max-height: 660px) {
  .gv-site-footer {
    position: static;
    width: min(920px, 92vw);
    margin: 18px auto 14px;
    transform: none;
  }

  .uvod {
    min-height: 100vh;
    padding-bottom: 18px;
  }
}
