/* ==========================================================
   POLOCHECK3D GLOBAL FOOTER MASTER V1
   Source of truth for ALL site pages.
   Contact bar geometry follows Kontakt V0.6 / Start master:
   58 px height, 12 px radius, new Contact Action Icons V1.
   ========================================================== */

.pc3d-global-footer {
  background: #fff;
}

.pc3d-global-footer .contact-footer {
  padding: 0 0 23px;
  background: #fff;
}

.pc3d-global-footer .contact-footer-inner {
  min-height: 58px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1.18fr;
  align-items: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(90deg, #062767 0%, #092e7b 45%, #062767 100%);
  box-shadow: 0 10px 24px rgba(5, 36, 100, .07);
  overflow: hidden;
}

.pc3d-global-footer .contact-entry {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px 22px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 450;
}

.pc3d-global-footer .footer-icon-master {
  width: 34px;
  height: 34px;
  display: block;
  flex: 0 0 34px;
  object-fit: contain;
}

.pc3d-global-footer .footer-icon-www {
  transform: scale(.92);
  transform-origin: center;
}

.pc3d-global-footer .footer-divider {
  width: 1px;
  height: 31px;
  background: rgba(255,255,255,.82);
}

.pc3d-global-footer .legal-footer {
  background: #fff;
  border-top: 1px solid #e8edf3;
}

.pc3d-global-footer .legal-footer-inner {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #7484a5;
  font-size: 12px;
}

.pc3d-global-footer .legal-footer nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.pc3d-global-footer .legal-footer a {
  color: inherit;
  text-decoration: none;
}

.pc3d-global-footer .legal-footer a:hover {
  color: #176bff;
}

@media (max-width: 900px) {
  .pc3d-global-footer .contact-footer-inner {
    grid-template-columns: 1fr;
    padding: 6px 12px;
  }

  .pc3d-global-footer .contact-entry {
    justify-content: flex-start;
  }

  .pc3d-global-footer .footer-divider {
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,.18);
  }
}

@media (max-width: 760px) {
  .pc3d-global-footer .legal-footer-inner {
    min-height: 76px;
    padding: 18px 0;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 10px;
  }

  .pc3d-global-footer .legal-footer nav {
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
  }
}


/* ==========================================================
   V2 — COMPACT LEGAL STRIP MASTER
   Jeden rozmiar na wszystkich stronach, w tym USŁUGI.
   ========================================================== */
.pc3d-global-footer .contact-footer {
  padding: 0 0 14px !important;
}

.pc3d-global-footer .legal-footer {
  margin: 0 !important;
  padding: 0 !important;
  border-top: 1px solid #e8edf3 !important;
}

.pc3d-global-footer .legal-footer-inner {
  min-height: 42px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 760px) {
  .pc3d-global-footer .legal-footer-inner {
    min-height: 62px !important;
    padding: 12px 0 !important;
  }
}
