/* Bottom sections under TEAM – spójne z czarno/białą identyfikacją */

.kc-bottom{
  background:#fff;
  color:#000;
}

.kc-wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 20px;
}

.kc-h2{
  font-size: 28px;
  line-height: 1.15;
  margin: 0 0 18px;
  letter-spacing: -0.3px;
}

.kc-card{
  background:#fff;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 10px;
  overflow: hidden;
}

/* ============ QUICK TILES ============ */

.kc-quick-grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.kc-tile{
  display:flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  min-height: 230px;
  text-decoration:none;
  color:#000;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 10px;
  background: #f6f6f6;
  transition: transform .12s ease, background .12s ease;
  padding: 14px;
  text-align:center;
}

.kc-tile:hover{
  transform: translateY(-1px);
  background:#efefef;
}

.kc-tile-ico{
  font-size: 66px;
  line-height: 1;
  margin-bottom: 10px;
}

.kc-tile-title{
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

/* ============ FIND US ============ */

.kc-find{
  margin-top: 42px;
}

.kc-find-grid{
  display:grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 16px;
  align-items: stretch;
}

.kc-card-info{
  padding: 18px 18px 16px;
}

.kc-info-block + .kc-info-block{
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.kc-info-title{
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #727D84;
  margin-bottom: 6px;
}

.kc-info-text{
  font-size: 15px;
  line-height: 1.35;
}

.kc-info-links{
  display:flex;
  flex-direction: column;
  gap: 6px;
}

.kc-link{
  color:#000;
  text-decoration: none;
  font-weight: 700;
}

.kc-link:hover{ text-decoration: underline; }

.kc-hours{
  margin: 0;
}

.kc-hours-row{
  display:flex;
  justify-content: space-between;
  gap: 12px;
  padding: 3px 0;
}

.kc-hours dt{
  margin: 0;
  font-weight: 600;
}

.kc-hours dd{
  margin: 0;
  color:#111;
}

.kc-info-actions{
  margin-top: 16px;
}

.kc-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 18px;
  border-radius: 8px;
  background:#000;
  color:#fff;
  text-decoration:none;
  font-weight: 700;
  font-size: 14px;
}

.kc-btn:hover{ opacity: .92; }

.kc-card-map iframe{
  width:100%;
  height:100%;
  min-height: 360px;
  border:0;
  display:block;
}

/* ============ FOOTER ============ */

.kc-footer{
  background:#000;
  color:#fff;
}

.kc-footer-grid{
  padding: 22px 20px;
  display:grid;
  grid-template-columns: 1.5fr 1fr .6fr;
  gap: 16px;
  align-items: center;
}

.kc-footer-logo{
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 6px;
}

.kc-footer-meta{
  font-size: 13px;
  line-height: 1.35;
  color: rgba(255,255,255,0.85);
}

.kc-footer-meta a{
  color:#fff;
  text-decoration:none;
  font-weight: 700;
}

.kc-footer-meta a:hover{ text-decoration: underline; }

.kc-footer-links{
  display:flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

.kc-footer-links a{
  color: rgba(255,255,255,0.85);
  text-decoration:none;
  font-size: 13px;
}

.kc-footer-links a:hover{ color:#fff; text-decoration: underline; }

.kc-footer-social{
  display:flex;
  gap: 10px;
  justify-content: flex-end;
}

.kc-social{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.25);
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-weight: 800;
  font-size: 13px;
}

.kc-social:hover{ border-color: rgba(255,255,255,0.5); }

/* ============ RWD ============ */

@media (max-width: 980px){
  .kc-quick-grid{ grid-template-columns: repeat(2, 1fr); }
  .kc-find-grid{ grid-template-columns: 1fr; }
  .kc-card-map iframe{ min-height: 300px; }
  .kc-footer-grid{
    grid-template-columns: 1fr;
    text-align: center;
  }
  .kc-footer-social{ justify-content: center; }
}
