/* =========================
   iLAMPAREN – FOOTER
   ========================= */

.site-footer{
  position:relative;
  background: linear-gradient(180deg, #0B1220 0%, #0F172A 100%);
  color: rgba(248,250,252,.88);
  padding-top: 60px;
}



/* =========================
   LINKS
   ========================= */

.footer-link{
  color: rgba(248,250,252,.72);
  text-decoration: none;
  transition: color .2s ease;
}

.footer-link:hover{
  color: #14B8A6; /* brand */
  text-decoration: none;
}

/* zoznam */
.footer-list li{
  margin: .4rem 0;
}

/* =========================
   SOCIAL BUTTONS
   ========================= */

.footer-social{
  width:44px;
  height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;

  background: rgba(255,255,255,.05);
  color: rgba(248,250,252,.85);
  text-decoration:none;

  transition: all .2s ease;
  font-size:1.1rem;
}

.footer-social:hover{
  transform: translateY(-3px);
  background: rgba(20,184,166,.15);
  color:#14B8A6;
  box-shadow: 0 12px 30px rgba(20,184,166,.25);
}

/* =========================
   HR
   ========================= */

.footer-hr{
  border: none;
  height:1px;
  background: rgba(255,255,255,.08);
  margin: 40px 0;
}

/* =========================
   META / SMALL TEXT
   ========================= */

.footer-meta{
  line-height:1.55;
  font-size: .92rem;
  color: rgba(248,250,252,.55);
}

/* =========================
   FOOTER HEADINGS
   ========================= */

.site-footer h5,
.site-footer h4{
  font-weight:600;
  color: rgba(248,250,252,.95);
  margin-bottom: 16px;
}
