
footer a[href="/"] > div:first-child {
  width: 56px !important; height: 56px !important; border-radius: 16px !important;
  background: linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%) !important;
  font-size: 24px !important; box-shadow: 0 12px 25px rgba(37,99,235,.2) !important;
}
footer a[href="/"] > span { font-size: 36px !important; line-height: 1 !important; }
footer a[href="/"] > span::after {
  content: "Twój puls miasta"; display: block; margin-top: 7px;
  color: var(--secondary,#64748b); font-size: 12px; font-weight: 500;
  letter-spacing: .18em; line-height: 1; text-transform: uppercase;
}
@media (max-width:640px) { footer a[href="/"] > span { font-size: 28px !important; } }
.cz-webgl-hero { position: relative !important; overflow: hidden !important; isolation: isolate; }
.cz-webgl-hero::before { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(100deg,rgba(7,17,35,.86),rgba(7,17,35,.38)); pointer-events: none; }
.cz-webgl-hero > :not(.cz-webgl-canvas) { position: relative; z-index: 3; }
.cz-webgl-hero h1, .cz-webgl-hero p, .cz-webgl-hero .eyebrow { color: white !important; text-shadow: 0 2px 22px rgba(0,0,0,.3); }
.cz-webgl-canvas { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; pointer-events: none; opacity: .4; }
.cz-about-hero { min-height: 520px; display: flex; flex-direction: column; justify-content: flex-end; background: url("/__seo-assets/photos/hero.webp") center/cover no-repeat; }
