.luxury-footer {
  background: #0a0a0a;
  color: #ddd;
  padding: 50px 0 20px;
  font-family: 'Georgia', serif;
}

.luxury-links {
  list-style: none;
  padding: 0;
}

.luxury-links li {
  margin-bottom: 10px;
}

.luxury-links a {
  color: #bbb;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: 0.3s;
}

.luxury-links a i {
  color: #d4af37; /* złoty */
  margin-right: 8px;
}

.luxury-links a:hover {
  color: #d4af37;
  padding-left: 5px;
}

.luxury-divider {
  border-top: 1px solid rgba(212, 175, 55, 0.3);
  margin: 30px 0;
}

.footer-bottom {
  font-size: 13px;
  color: #888;
  letter-spacing: 1px;
}

.social-icons a {
  color: #d4af37;
  margin: 0 10px;
  font-size: 18px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #fff;
}
.footer-container {
  overflow: hidden;
}

.footer-main {
  display: flex;
  flex-wrap: wrap;
}

.footer-block {
  margin-bottom: 20px;
}

.luxury-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.luxury-links li {
  margin-bottom: 8px;
  line-height: 1.4;
}

.luxury-links a {
  display: inline-block;
  max-width: 100%;
  word-break: break-word; /* 🔥 KLUCZOWE */
}

/* żeby nic nie wychodziło poza ekran */
.footer-container .container {
  max-width: 100%;
  overflow: hidden;
}
.luxury-footer-light {
  background: #ffffff;
  color: #222;
  padding: 50px 0 20px;
  border-top: 1px solid #eee;
}

.footer-block h4 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #c9a24b;
}

.luxury-links {
  list-style: none;
  padding: 0;
}

.luxury-links li {
  margin-bottom: 8px;
}

.luxury-links a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}

.luxury-links a i {
  color: #c9a24b;
  margin-right: 8px;
}

.luxury-links a:hover {
  color: #c9a24b;
  padding-left: 5px;
}

.payments img {
  margin: 0 10px;
  opacity: 0.8;
}

.payments img:hover {
  opacity: 1;
}

.social-icons a {
  color: #c9a24b;
  margin: 0 10px;
  font-size: 18px;
}

.social-icons a:hover {
  color: #000;
}