.elementor-1121 .elementor-element.elementor-element-24a8506{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-7f71708 *//* ===== STOPKA NEUROSMS ===== */

.footer-section {
  background: radial-gradient(circle at top, #020617 0, #000 65%);
  padding: 40px 16px 24px;
  color: var(--ns-text, #f9fafb);
  border-top: 1px solid rgba(148, 163, 184, 0.35);
}

/* "szklany" kontener z kolumnami */
.footer-container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 22px 20px;
  border-radius: var(--ns-radius-lg, 24px);
  background: radial-gradient(circle at top left,
              rgba(79, 70, 229, 0.26),
              transparent 55%)
              ,
              rgba(15, 23, 42, 0.96);
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.9);
  backdrop-filter: blur(22px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.footer-column {
  padding: 6px 4px;
}

/* logo + tagline */

.footer-logo-title {
  font-size: 26px;
  font-weight: 750;
  margin: 0 0 6px;
  background: linear-gradient(120deg, #6366f1, #22c55e);
  -webkit-background-clip: text;
  color: transparent;
}

.footer-logo-text {
  font-size: 14px;
  line-height: 1.7;
  color: var(--ns-text-soft, #9ca3af);
}

/* kontakt */

.footer-contact p {
  font-size: 14px;
  color: var(--ns-text-soft, #9ca3af);
  margin: 6px 0;
  display: flex;
  align-items: center;
}

.footer-icon {
  margin-right: 6px;
  font-size: 16px;
}

.footer-mail {
  text-decoration: none;
  color: var(--ns-text-soft, #9ca3af);
  transition: color 0.25s ease;
}

.footer-mail:hover {
  color: var(--ns-accent, #6366f1);
}

/* social */

.footer-social-label {
  font-size: 14px;
  color: var(--ns-text-soft, #9ca3af);
  margin-bottom: 8px;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icon-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--ns-text-soft, #9ca3af);
  font-size: 14px;
  transition: color 0.25s ease, transform 0.15s ease;
}

.social-icon-link:hover {
  color: var(--ns-text, #f9fafb);
  transform: translateY(-1px);
}

.social-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  margin-right: 6px;
  background: rgba(15, 23, 42, 1);
  border: 1px solid rgba(148, 163, 184, 0.5);
  color: #e5e7eb;
  font-weight: 600;
  font-size: 14px;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.social-icon-link:hover .social-circle {
  background: radial-gradient(circle at top left, #818cf8, #4f46e5);
  border-color: rgba(129, 140, 248, 0.95);
  color: #f9fafb;
}

.social-label {
  font-size: 13px;
}

/* linki prawne */

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.footer-links a {
  text-decoration: none;
  color: var(--ns-text-soft, #9ca3af);
  font-size: 13px;
  margin-bottom: 4px;
  transition: color 0.25s ease;
}

.footer-links a:hover {
  color: var(--ns-accent, #6366f1);
}

/* dolna belka */

.footer-bottom {
  max-width: 1160px;
  margin: 14px auto 0;
  text-align: center;
  font-size: 12px;
  color: var(--ns-text-soft, #9ca3af);
  opacity: 0.85;
}

/* responsywność */

@media (max-width: 768px) {
  .footer-section {
    padding: 32px 12px 20px;
  }

  .footer-container {
    padding: 18px 14px;
  }

  .footer-contact p {
    font-size: 13px;
  }

  .footer-links a {
    font-size: 12px;
  }
}/* End custom CSS */