/* ==========================================================================
   Footer Section (Kontakt)
   ========================================================================== */
.footer-section {
  position: relative;
  width: 100%;
  height: calc(760px * var(--scene-scale));
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 8%, rgba(255, 255, 255, 0.045), transparent 30%),
    linear-gradient(180deg, #0a0b0a 0%, #070807 44%, #040504 100%);
  margin-top: -1px;
  isolation: isolate;
}

.footer-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-position: 0 0;
  background-size: 34px 34px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, #000000 34%, #000000 100%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, #000000 34%, #000000 100%);
  opacity: 0.42;
}

.footer-stage {
  position: absolute;
  top: 0;
  left: 50%;
  width: var(--stage-width);
  height: 760px;
  transform: translate(-50%, 0) scale(var(--scene-scale));
  transform-origin: top center;
  background: transparent;
  font-family: "Manrope", sans-serif;
  color: #ffffff;
  z-index: 5;
}

.footer-bg-colors {
  position: absolute;
  top: calc(358px * var(--scene-scale));
  left: 0;
  width: 100%;
  height: calc(722px * var(--scene-scale));
  z-index: 1;
  pointer-events: none;
  opacity: 0.14;
  mix-blend-mode: screen;
}

.footer-bg-img {
  width: 100%;
  height: 100%;
  display: block;
}

.footer-top-bg {
  position: absolute;
  top: calc(-58px * var(--scene-scale));
  left: 0;
  width: 100%;
  height: calc(417px * var(--scene-scale));
  z-index: 2;
  pointer-events: none;
  opacity: 0.36;
}

.footer-top-img {
  width: 100%;
  height: 100%;
  display: block;
}

.footer-bg-colors,
.footer-top-bg {
  display: none;
}



.footer-banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--stage-width);
  height: 250px;
  z-index: 4;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 96px;
}





.footer-banner-text-group {
  position: static;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 4;
}

.footer-banner-title {
  font-family: 'Manrope', sans-serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -1.1px;
  color: #ffffff;
  margin: 0;
  white-space: nowrap;
  line-height: normal;
}

.footer-banner-title .lime-text {
  color: var(--lime);
}

.footer-banner-subtitle {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  white-space: nowrap;
  line-height: normal;
}

.footer-banner-subtitle:empty,
.fm-banner-sub:empty {
  display: none !important;
}

.footer-cta-btn {
  position: static;
  flex: 0 0 auto;
  width: 390px;
  height: 76px;
  background: rgba(7, 8, 7, 0.72);
  border: 2px solid rgb(var(--lime-rgb) / 0.9);
  border-radius: 13px;
  color: var(--lime);
  font-size: 21px;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 34px;
  text-align: left;
  transition: transform 160ms var(--ease-out), background-color 200ms var(--ease-out), border-color 200ms var(--ease-out), color 200ms var(--ease-out), box-shadow 200ms var(--ease-out);
}

.footer-cta-btn > span:first-child {
  min-width: 0;
}

.footer-cta-btn:hover {
  background: rgb(var(--lime-rgb) / 0.1);
  border-color: var(--lime);
  color: var(--lime);
  box-shadow: 0 0 26px rgb(var(--lime-rgb) / 0.18);
}

.footer-cta-btn:active {
  transform: scale(0.96);
}

.footer-cta-arrow {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 200ms var(--ease-out);
}

.footer-cta-btn:is(:hover, :focus-visible) .footer-cta-arrow {
  transform: translateX(6px);
}

.footer-cta-arrow.iconsax-arrow-right {
  width: 24px;
  height: 24px;
}

.footer-main-divider {
  position: absolute;
  top: calc(250px * var(--scene-scale));
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 3;
  pointer-events: none;
}

.footer-line-img {
  width: 100%;
  height: 100%;
  display: block;
}

/* Columns Grid */
.footer-columns-grid {
  position: absolute;
  top: 250px;
  left: 0;
  width: var(--stage-width);
  height: 410px;
  z-index: 4;
}

.footer-col {
  position: absolute;
  height: 100%;
  box-sizing: border-box;
}

.footer-col-divider {
  position: absolute;
  top: 54px;
  width: 1px;
  height: 322px;
  background: rgba(255, 255, 255, 0.12);
  z-index: 3;
}

.footer-divider-1 {
  left: 556px;
}

.footer-divider-2 {
  left: 960px;
}

.footer-divider-3 {
  left: 1373px;
}

/* Column 1: Logo & Contacts */
.footer-col-1 {
  left: 0;
  width: 556px;
}

.footer-logo {
  position: absolute;
  display: block;
  top: 40px;
  left: 92px;
  width: 201px;
  height: 57px;
  text-decoration: none;
  transition: opacity 160ms ease, transform 120ms ease;
}

.footer-logo:hover {
  opacity: 0.84;
}

.footer-logo:active {
  transform: scale(0.98);
}

.footer-logo-img {
  width: 100%;
  height: 100%;
  display: block;
}

.footer-contact-list {
  position: absolute;
  top: 132px;
  left: 92px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 22px;
}

.footer-address-link {
  text-decoration: none;
  cursor: pointer;
}

.footer-address-link:hover .contact-title {
  color: var(--lime);
}

.footer-address-link:hover .footer-contact-icon {
  transform: scale(1.05);
}

.footer-address-link .footer-contact-icon {
  transition: transform 200ms var(--ease-out);
}

.footer-address-link .contact-title {
  transition: color 200ms var(--ease-out);
}

.footer-contact-icon {
  position: relative;
  width: 66px;
  height: 66px;
  flex-shrink: 0;
}

.footer-contact-icon img {
  position: absolute;
  display: block;
}

/* Smartphone Icon Parts */
.footer-contact-icon .icon-body {
  top: 8.33%;
  left: 20.83%;
  width: 58.34%;
  height: 83.34%;
}

.footer-contact-icon .icon-wave {
  top: 79.17%;
  left: 39.58%;
  width: 20.84%;
  height: 3px;
}

/* Envelope Icon Parts */
.footer-contact-icon img[src*="envelope_body"] {
  top: 16.67%;
  left: 8.33%;
  width: 83.34%;
  height: 66.66%;
}

.footer-contact-icon img[src*="envelope_flap"] {
  top: 33.33%;
  left: 25%;
  width: 50%;
  height: 17.07%;
}

/* Map Point Icon Parts */
.footer-contact-icon img[src*="map_point_body"] {
  top: 4.49%;
  left: 20.83%;
  width: 58.34%;
  height: 66.66%;
}

.footer-contact-icon img[src*="map_point_circle"] {
  top: 25.32%;
  left: 41.67%;
  width: 16.66%;
  height: 16.67%;
}

.footer-contact-icon img[src*="map_point_shadow"] {
  top: 60.74%;
  left: 8.33%;
  width: 83.34%;
  height: 27.08%;
}

.footer-contact-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-link {
  font-size: 21px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  line-height: normal;
  transition: color 200ms var(--ease-out);
}

.contact-link:hover {
  color: var(--lime);
}

.contact-desc {
  font-size: 19px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  line-height: normal;
}

.contact-title {
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  line-height: normal;
}

/* Common Column Title Styling */
.footer-col-title {
  position: absolute;
  top: 50px;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.96px;
  transform: translateX(-50%);
  white-space: nowrap;
}

.footer-col-title .dot {
  color: var(--lime);
}

.footer-col-2 {
  left: 556px;
  width: 404px;
}

.footer-col-2 .footer-col-title {
  left: 151.5px;
}

.footer-links-list {
  position: absolute;
  top: 132px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.footer-col-2 .footer-links-list {
  left: 80px;
  width: 240px;
}

.footer-links-list li {
  width: 100%;
}

.footer-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: -0.8px;
  transition: color 200ms var(--ease-out);
}

.footer-link:hover {
  color: var(--lime);
}

.link-arrow {
  width: 24px;
  height: 24px;
  opacity: 0.6;
  transition: transform 200ms var(--ease-out), opacity 200ms var(--ease-out);
}

.footer-link:is(:hover, :focus-visible) .link-arrow {
  transform: translateX(4px);
  opacity: 1;
}

/* Column 3: Dokumenty */
.footer-col-3 {
  left: 960px;
  width: 413px;
}

.footer-col-3 .footer-col-title {
  left: 141px;
}

.footer-col-3 .footer-links-list {
  left: 80px;
  width: 252px;
}

/* Column 4: Godziny / Social */
.footer-col-4 {
  left: 1373px;
  width: 547px;
}

.footer-col-4 .footer-col-title {
  left: 177.5px;
}

.footer-hours-block {
  position: absolute;
  top: 122px;
  left: 69px;
  display: flex;
  align-items: flex-start;
  gap: 23px;
}

.footer-hours-icon {
  position: relative;
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lucide-clock-svg {
  width: 100%;
  height: 100%;
  stroke: var(--lime);
  stroke-width: 2.2px;
}

.footer-hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-hours-list li {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: -0.2px;
  line-height: normal;
}

.footer-social-divider {
  position: absolute;
  top: 248px;
  left: 75px;
  width: 312px;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  z-index: 6;
  pointer-events: none;
  transform: translateZ(0);
}

.social-line-img {
  width: 100%;
  height: 100%;
  display: none;
}


/* Premium Social Buttons */
.footer-social-buttons {
  position: absolute;
  top: 278px;
  left: 75px; /* aligned with social divider */
  width: 312px;
  display: flex;
  justify-content: center;
  gap: 24px;
}

.social-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: #070807;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 200ms var(--ease-out), background-color 200ms var(--ease-out), border-color 200ms var(--ease-out), color 200ms var(--ease-out), box-shadow 200ms var(--ease-out);
}

.social-icon {
  width: 24px;
  height: 24px;
  transition: transform 200ms var(--ease-out);
}

.social-btn:hover {
  background-color: rgb(var(--lime-rgb) / 0.1);
  border-color: rgb(var(--lime-rgb) / 0.74);
  color: var(--lime);
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 8px 25px rgb(var(--lime-rgb) / 0.18);
}

.social-btn:active {
  transform: translateY(-2px) scale(0.97);
}


/* Bottom Copyright & NIP */
.footer-bottom-divider {
  position: absolute;
  top: 664px;
  left: 103px;
  width: 1713px;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  z-index: 3;
}

.bottom-line-img {
  width: 100%;
  height: 100%;
  display: block;
}

.footer-bottom-info {
  position: absolute;
  top: 706px;
  left: 103px;
  width: 1713px;
  display: flex;
  justify-content: space-between;



  align-items: center;
}

.footer-copyright {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.6px;
  color: #ffffff;
  margin: 0;
}

.footer-nip {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.4px;
  color: #ffffff;
  margin: 0;
}


@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-language-menu,
  .hero-language-arrow,
  .hero-language-option-check {
    filter: none !important;
    transform: none !important;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
